aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-12-19 11:33:11 +0800
committertypebrook <typebrook@gmail.com>2019-12-19 11:33:11 +0800
commita6a1a6bb2d0e1d48bb38f952c80cb65b1ffbadcf (patch)
tree77a249ac0d450518165e323d47855f686aed1b23 /tigrc
parent8cef0e09dde13f83f696de0ceb81558e8c8c405e (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index d1c6dcd..6957bdc 100644
--- a/tigrc
+++ b/tigrc
@@ -158,6 +158,7 @@ bind generic TM @sh -c 'git cat-file -p %(tag) |\
158bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e 158bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e
159bind generic Ts >tig show %(tag) 159bind generic Ts >tig show %(tag)
160bind generic Td @git tag -d "%(prompt Delete which tag? )" 160bind generic Td @git tag -d "%(prompt Delete which tag? )"
161bind generic Tpd @git push :%(tag)
161bind generic TTd @git tag -d %(tag) 162bind generic TTd @git tag -d %(tag)
162bind generic pt ?git push --tags 163bind generic pt ?git push --tags
163bind generic pT ?git push %(remote) %(tag) 164bind generic pT ?git push %(remote) %(tag)