aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-07-10 09:51:14 +0800
committertypebrook <typebrook@gmail.com>2019-07-10 09:51:14 +0800
commit5e43360aa68139385ada13b98ee298dda236ce31 (patch)
tree369720548f6f690ca51f2b7cbcd258acd5868e5c /tigrc
parent9847ae4d21fc717b7e60e0ac4256ffad8ed2f002 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 1166ef2..13ed37c 100644
--- a/tigrc
+++ b/tigrc
@@ -137,8 +137,8 @@ bind main Tm @sh -c 'git tag -d %(tag) && git tag "%(prompt Enter tag name: )" %
137bind main TM @sh -c 'git cat-file -p %(tag) | sed -n \'6,$p\' | git tag -a -F - "%(prompt Enter tag name: )" && git tag -d %(tag)' 137bind main TM @sh -c 'git cat-file -p %(tag) | sed -n \'6,$p\' | git tag -a -F - "%(prompt Enter tag name: )" && git tag -d %(tag)'
138bind main Ts >tig show %(tag) 138bind main Ts >tig show %(tag)
139bind main Td @git tag -d "%(prompt Delete tag: )" 139bind main Td @git tag -d "%(prompt Delete tag: )"
140bind main Tp ?git push --tags
141bind main pt ?git push %(remote) %(tag) 140bind main pt ?git push %(remote) %(tag)
141bind main pT ?git push --tags
142bind main TTd @git tag -d %(tag) 142bind main TTd @git tag -d %(tag)
143 143
144# search in history 144# search in history