diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ excludesFile = ~/.gitignore attributesfile = ~/.gitattributes [alias] - ap = !git add -N . && git add --patch + ap = add --patch # commit ci = commit -v @@ -32,8 +32,8 @@ who = blame - rmc = rm --cached untrack = rm --cached + unstage = restore --staged lo = log --oneline --graph --decorate loa = log --oneline --graph --decorate --all |