head git alias added, listing newest commit for the current branch

This commit is contained in:
Cyryl Plotnicki-Chudyk 2015-03-03 13:54:16 +01:00
parent a6a6102f3e
commit edfbbedd17

View file

@ -11,6 +11,7 @@
pager = cat
[alias]
tree = log --show-signature --color --decorate --date=short --all --graph -n 9
head = log HEAD -n1
[core]
autocrlf = false