diff options
author | Guangxiong Lin <[email protected]> | 2022-09-08 22:33:14 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-09-08 22:33:14 +0800 |
commit | 681023c9a5968b6c9f3a17403b9350b7411286dc (patch) | |
tree | aa88758332cfe327cc2b508ecf470ada0de339c1 /.gitconfig | |
parent | 865eee2b0ec1f57060e7f7bb71a56050dff667af (diff) | |
download | dotfiles-681023c9a5968b6c9f3a17403b9350b7411286dc.tar.gz dotfiles-681023c9a5968b6c9f3a17403b9350b7411286dc.tar.bz2 dotfiles-681023c9a5968b6c9f3a17403b9350b7411286dc.zip |
Add more git aliases
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,7 @@ [alias] ap = add --patch ci = commit + cia = commit --amend br = branch co = checkout st = status @@ -25,6 +26,8 @@ dt = difftool mt = mergetool + who = blame + rmc = rm --cached untrack = rm --cached |