diff --git a/.gitconfig b/.gitconfig index 7cdbfa3..51e3d04 100644 --- a/.gitconfig +++ b/.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/