summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 7e6ab62..6833f5a 100644
--- a/tigrc
+++ b/tigrc
@@ -158,7 +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 Tpd ?git push %(remote) :%(tag)
162bind generic TTd @git tag -d %(tag) 162bind generic TTd @git tag -d %(tag)
163bind generic pt ?git push --tags 163bind generic pt ?git push --tags
164bind generic pT ?git push %(remote) %(tag) 164bind generic pT ?git push %(remote) %(tag)