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?
Love it. I might also do
igt
(as inid-jit
), which is what I call myself when I typo that.And
gti
. Apparently one cannotpush
a Golf GTI from command line.Would you commit a car?!?!
I don’t think so. One would need to download it first.
You can’t stop me!