diff options
author | typebrook <typebrook@gmail.com> | 2020-01-22 14:18:58 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-22 14:18:58 +0800 |
commit | c56fa4f4f12c5f0af49bfb2ae235196ec0169775 (patch) | |
tree | 1364f6871291e6d2bd656f7e0e02a24c4d99fb85 /tigrc | |
parent | 38b64bf7231a993ff8bab0e6b622eca973877c60 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ bind generic TM @sh -c 'git cat-file -p %(tag) |\ | |||
158 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e | 158 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e |
159 | bind generic Ts >tig show %(tag) | 159 | bind generic Ts >tig show %(tag) |
160 | bind generic Td @git tag -d "%(prompt Delete which tag? )" | 160 | bind generic Td @git tag -d "%(prompt Delete which tag? )" |
161 | bind generic Tpd @git push :%(tag) | 161 | bind generic Tpd ?git push %(remote) :%(tag) |
162 | bind generic TTd @git tag -d %(tag) | 162 | bind generic TTd @git tag -d %(tag) |
163 | bind generic pt ?git push --tags | 163 | bind generic pt ?git push --tags |
164 | bind generic pT ?git push %(remote) %(tag) | 164 | bind generic pT ?git push %(remote) %(tag) |