head git alias added, listing newest commit for the current branch
This commit is contained in:
parent
a6a6102f3e
commit
edfbbedd17
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
pager = cat
|
pager = cat
|
||||||
[alias]
|
[alias]
|
||||||
tree = log --show-signature --color --decorate --date=short --all --graph -n 9
|
tree = log --show-signature --color --decorate --date=short --all --graph -n 9
|
||||||
|
head = log HEAD -n1
|
||||||
[core]
|
[core]
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue