X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=c16415a947a8760147054b0b1f3e3bbecfabbcf0;hb=50ed548a30b9553ce5d8e9258bdea0d006f5f01f;hp=58ff46495493aed27d9690d83606d934dfd3e5e3;hpb=64a24983af0a239e4823fbcc144d93ecb7ad2c8e;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 58ff464..c16415a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,12 +1,12 @@ [alias] 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,6 +18,7 @@ lr5 = log --decorate --reverse -5 st = status --short stb = status --short --branch + unstage = reset HEAD -- wdiff = diff --word-diff wshow = show --word-diff