add inc alias

osd-dev
Petr Nyc 3 years ago
parent 726f3cd48f
commit 8a01439778
  1. 1
      .gitconfig

@ -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
co = checkout
out = log --branches --not --remotes
inc = log ..@{u}
vimdiff = difftool -y -t vimdiff
# tricks from https://www.durdn.com/blog/2012/11/22/must-have-git-aliases-advanced-examples/

Loading…
Cancel
Save