aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-09-08 22:33:14 +0800
committerGuangxiong Lin <[email protected]>2022-09-08 22:33:14 +0800
commit681023c9a5968b6c9f3a17403b9350b7411286dc (patch)
treeaa88758332cfe327cc2b508ecf470ada0de339c1 /.gitconfig
parent865eee2b0ec1f57060e7f7bb71a56050dff667af (diff)
downloaddotfiles-681023c9a5968b6c9f3a17403b9350b7411286dc.tar.gz
dotfiles-681023c9a5968b6c9f3a17403b9350b7411286dc.tar.bz2
dotfiles-681023c9a5968b6c9f3a17403b9350b7411286dc.zip
Add more git aliases
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 02f0814..3550199 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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