X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=c16415a947a8760147054b0b1f3e3bbecfabbcf0;hb=05e692f3b0ac9a58cd7755fb0b6a343085ad17c9;hp=95d1a76305ce34529033bc903573684983786b80;hpb=75af2b5222aa784a59f144e51f0ec83e64bd5210;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 95d1a76..c16415a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,12 +1,12 @@ [alias] - amend = commit --amend -C HEAD b = branch + camend = commit --amend -C HEAD checkin = commit - ca = commit --amend 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