diff options
author | typebrook <typebrook@gmail.com> | 2019-05-09 11:28:27 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-05-09 11:28:27 +0800 |
commit | b7b856d797b75fa389e4868e4b5e32a539f950a8 (patch) | |
tree | 35f4c5e1e64791c7e940fbe56b39dcd3b5fb2ece | |
parent | e6f182c1abe9084ae6ae31e45fa912e9ae84430b (diff) |
update
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ bind main ! ?git revert %(commit) | |||
119 | # tag | 119 | # tag |
120 | bind main Tn @git tag "%(prompt Enter tag name: )" %(commit) | 120 | bind main Tn @git tag "%(prompt Enter tag name: )" %(commit) |
121 | bind main TN !git tag "%(prompt Enter tag name: )" %(commit) -a | 121 | bind main TN !git tag "%(prompt Enter tag name: )" %(commit) -a |
122 | bind main Tm @sh -c 'git tag -d %(tag) && git tag "%(prompt Enter tag name: )" %(commit)' | ||
122 | bind main Ts >tig show %(tag) | 123 | bind main Ts >tig show %(tag) |
123 | bind main Td @git tag -d "%(prompt Delete tag: )" | 124 | bind main Td @git tag -d "%(prompt Delete tag: )" |
124 | bind main Tp ?git push --tags | 125 | bind main Tp ?git push --tags |