add inc alias
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset %Cblue<%an>%Creset' --abbrev-commit --date=relative
|
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset %Cblue<%an>%Creset' --abbrev-commit --date=relative
|
||||||
co = checkout
|
co = checkout
|
||||||
out = log --branches --not --remotes
|
out = log --branches --not --remotes
|
||||||
|
inc = log ..@{u}
|
||||||
vimdiff = difftool -y -t vimdiff
|
vimdiff = difftool -y -t vimdiff
|
||||||
|
|
||||||
# tricks from https://www.durdn.com/blog/2012/11/22/must-have-git-aliases-advanced-examples/
|
# tricks from https://www.durdn.com/blog/2012/11/22/must-have-git-aliases-advanced-examples/
|
||||||
|
|||||||
Reference in New Issue
Block a user