X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=58ff46495493aed27d9690d83606d934dfd3e5e3;hb=b6d090cbe5ebb78087fdbd346908b6f60720de85;hp=95d1a76305ce34529033bc903573684983786b80;hpb=75af2b5222aa784a59f144e51f0ec83e64bd5210;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 95d1a76..58ff464 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,8 +1,8 @@ [alias] - amend = commit --amend -C HEAD b = branch - checkin = commit ca = commit --amend + camend = commit --amend -C HEAD + checkin = commit ci = commit co = checkout d = diff @@ -19,6 +19,7 @@ st = status --short stb = status --short --branch wdiff = diff --word-diff + wshow = show --word-diff [color] ui = auto