feat(GitAliases): add lastref command

This commit is contained in:
Iristyle
2013-05-02 09:47:59 -04:00
parent 273bb66b59
commit 0ee989c9b4
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
filelog = log -u
hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) [%an]%Creset' --abbrev-commit --date=relative
last = log -p --max-count=1 --word-diff
lastref = rev-parse --short HEAD
lasttag = describe --tags --abbrev=0
pick = add -p
remotes = remote -v show