X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=d5535a102d2c0301c94cfb601bf39b770bcbd437;hb=281cd5332ffff01cfe02c4d2c4f0b7b74dd347b3;hp=7bf84b449b157507b67169ec9a525ad08bb4842a;hpb=5d8f7002236001775c4eb6982f1feda170ba0436;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 7bf84b4..d5535a1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,6 +6,7 @@ co = checkout d = diff dc = diff --cached + dshow = show --decorate l = log --decorate l1 = log --decorate --oneline l5 = log --decorate -5 @@ -19,7 +20,10 @@ stb = status --short --branch unstage = reset HEAD -- wdiff = diff --word-diff - wshow = show --word-diff + wshow = show --word-diff --decorate + +[branch] + autosetuprebase = always [color] ui = auto @@ -87,6 +91,9 @@ [core] pager = less -FRSXgimq +[log] + abbrevCommit = true + [merge] tool = vimdiff