X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=c16415a947a8760147054b0b1f3e3bbecfabbcf0;hb=6ee35ff265f693a03780ac4dd5171bf8f64b9caf;hp=baccece3c3576a1bc12dae9b8f50ba386032dde9;hpb=e991ec16828b262c0e90677d6ba9f258d81b6b9c;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index baccece..c16415a 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,9 @@ lr5 = log --decorate --reverse -5 st = status --short stb = status --short --branch + unstage = reset HEAD -- wdiff = diff --word-diff + wshow = show --word-diff [color] ui = auto