diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-06-22 20:36:25 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-06-22 20:36:25 +0800 |
commit | 17c5c470073701346d05524de3718340e606ab35 (patch) | |
tree | e7fd45777bbaafa59c87567f861d86cf8e8ef149 /tigrc | |
parent | fe3d9f1f9ce89d880ec5cc8ddcf8d9fdc2f1d11c (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -161,9 +161,9 @@ bind main gB !?git rebase --rebase-merges -i %(commit) | |||
161 | bind main ! ?git revert %(commit) | 161 | bind main ! ?git revert %(commit) |
162 | 162 | ||
163 | # tag | 163 | # tag |
164 | bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) | 164 | bind generic Tn @git tag "%(prompt New tag, please enter tag name: )" %(commit) |
165 | bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a | 165 | bind generic TN !git tag "%(prompt Annotated tag, please enter the name: )" %(commit) -a |
166 | bind generic TSN !git tag "%(prompt Enter tag name: )" %(commit) -s | 166 | bind generic TSN !git tag "%(prompt Signed Annotated tag, please enter the name: )" %(commit) -s |
167 | bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' | 167 | bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' |
168 | bind generic TM @sh -c 'git cat-file -p %(tag) |\ | 168 | bind generic TM @sh -c 'git cat-file -p %(tag) |\ |
169 | sed -n \'6,$p\' |\ | 169 | sed -n \'6,$p\' |\ |