explain-git-with-d3
explain-git-with-d3 copied to clipboard
Allow head and @ as alias to HEAD
On osx and windows, head
is the same as HEAD
.
And as of git 1.8.5, @
is also the same.
Agree to @
but not to head
. One should use conventions which work everywhere, especially for a program which is used for learning or demonstration (and there are 14 different other case combinations of head
which would have to be supported as well).