diff options
author | typebrook <typebrook@gmail.com> | 2020-02-10 15:24:47 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-10 15:24:47 +0800 |
commit | 36812b1ee6b3cdb3107763c955d1f0c42b06c8fd (patch) | |
tree | 0ff8706530775e180548c459b98711f1d2a7fcf3 | |
parent | bc924c9410203af3d574fb610964038b7253e990 (diff) |
update
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -157,6 +157,7 @@ bind generic TM @sh -c 'git cat-file -p %(tag) |\ | |||
157 | sed -n \'6,$p\' |\ | 157 | sed -n \'6,$p\' |\ |
158 | (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' | 158 | (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' |
159 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e | 159 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e |
160 | bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)' | ||
160 | bind generic Ts >tig show %(tag) | 161 | bind generic Ts >tig show %(tag) |
161 | bind generic Td @git tag -d "%(prompt Delete which tag? )" | 162 | bind generic Td @git tag -d "%(prompt Delete which tag? )" |
162 | bind generic Tpd ?git push %(remote) :%(tag) | 163 | bind generic Tpd ?git push %(remote) :%(tag) |