add inc alias

This commit is contained in:
Petr Nyc
2023-02-27 13:35:58 +00:00
parent 726f3cd48f
commit 8a01439778

View File

@@ -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/