diff options
author | typebrook <typebrook@gmail.com> | 2019-03-27 15:37:02 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-27 15:37:51 +0800 |
commit | 278bb9aebb3d566dbcb5255f8911ce48727496c4 (patch) | |
tree | 7b29719169af164928095ec1abc90e796cf97e94 | |
parent | d31da1c5474eae2157ae747451ec949ac8f2e63e (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ bind main c @sh -c "git branch --points-at=%(commit) | \ | |||
61 | 61 | ||
62 | # commit | 62 | # commit |
63 | bind main a ?>git commit --amend | 63 | bind main a ?>git commit --amend |
64 | bind main e ?>git commit --allow-empty | 64 | bind main e >git commit --allow-empty -m "%(prompt Enter commit message: )" |
65 | 65 | ||
66 | # merge | 66 | # merge |
67 | bind main m ?git merge %(commit) | 67 | bind main m ?git merge %(commit) |