aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-06-01 22:28:31 +0800
committertypebrook <typebrook@gmail.com>2020-06-01 22:28:31 +0800
commitff292d0c1bcd425addc00579a2daa63262c714ea (patch)
treeec2b09b6b699fc52dae62ef5b2dd35e857fd9b13
parent4486accb267753eedf42b29ca757e7eb28438b22 (diff)
update
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 870bf3e..89b1b8f 100644
--- a/tigrc
+++ b/tigrc
@@ -123,7 +123,7 @@ bind main bR !git reorder
123 123
124# commit 124# commit
125bind main a !>git commit --amend 125bind main a !>git commit --amend
126bind main 3 >git commit --allow-empty -m "%(prompt Empty commit, enter message: )" 126bind main E >git commit --allow-empty -m "%(prompt Empty commit, enter message: )"
127 127
128# merge 128# merge
129bind main m ?@git merge %(commit) 129bind main m ?@git merge %(commit)