From 8a01439778494dcdbdf9841939cbee257cfb78ae Mon Sep 17 00:00:00 2001 From: Petr Nyc Date: Mon, 27 Feb 2023 13:35:58 +0000 Subject: [PATCH] add inc alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) 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/