My favorite is git h, which produces a nicely summarized log of commits on the current branch, with some highlighting and relative dates:

[alias]
    h = log --graph  --abbrev-commit --date=relative --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'

What’s your favorite Git alias?

  • JackbyDev
    link
    English
    3
    edit-2
    1 year ago

    git config --global alias.git '!git' Now if you do git git status by mistake you won’t get an error lol. I believe this is the most universally useful and unopinionated alias.

    The ! makes it treat it as a shell command instead of a git command. Then because it is git it just basically runs the remainder as a git command lol.

    • Jason NovingerOPM
      link
      English
      21 year ago

      Love it. I might also do igt (as in id-jit), which is what I call myself when I typo that.

      • @canpolatM
        link
        English
        31 year ago

        And gti. Apparently one cannot push a Golf GTI from command line.

          • @canpolatM
            link
            English
            31 year ago

            I don’t think so. One would need to download it first.

            • @msage
              link
              English
              21 year ago

              You can’t stop me!