X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=4a411ea5a43ba005fcdb3111908a3989f7d2e440;hb=05ea2b9420f1e238e43fdbde79db6c0861af3e1e;hp=baccece3c3576a1bc12dae9b8f50ba386032dde9;hpb=e991ec16828b262c0e90677d6ba9f258d81b6b9c;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index baccece..4a411ea 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,12 +1,12 @@ [alias] - amend = commit --amend -C HEAD b = branch - ca = commit --amend + camend = commit --amend -C HEAD checkin = commit ci = commit co = checkout d = diff dc = diff --cached + dshow = show --decorate l = log --decorate l1 = log --decorate --oneline l5 = log --decorate -5 @@ -18,7 +18,12 @@ lr5 = log --decorate --reverse -5 st = status --short stb = status --short --branch + unstage = reset HEAD -- wdiff = diff --word-diff + wshow = show --word-diff --decorate + +[branch] + autosetuprebase = always [color] ui = auto @@ -83,8 +88,8 @@ untracked = red updated = magenta -[core] - pager = less -FRSXgimq +[log] + abbrevCommit = true [merge] tool = vimdiff