diff options
author | typebrook <typebrook@gmail.com> | 2020-06-01 22:28:31 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-06-01 22:28:31 +0800 |
commit | ff292d0c1bcd425addc00579a2daa63262c714ea (patch) | |
tree | ec2b09b6b699fc52dae62ef5b2dd35e857fd9b13 | |
parent | 4486accb267753eedf42b29ca757e7eb28438b22 (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ bind main bR !git reorder | |||
123 | 123 | ||
124 | # commit | 124 | # commit |
125 | bind main a !>git commit --amend | 125 | bind main a !>git commit --amend |
126 | bind main 3 >git commit --allow-empty -m "%(prompt Empty commit, enter message: )" | 126 | bind main E >git commit --allow-empty -m "%(prompt Empty commit, enter message: )" |
127 | 127 | ||
128 | # merge | 128 | # merge |
129 | bind main m ?@git merge %(commit) | 129 | bind main m ?@git merge %(commit) |