diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,8 +137,8 @@ bind main Tm @sh -c 'git tag -d %(tag) && git tag "%(prompt Enter tag name: )" % | |||
137 | bind 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)' | 137 | bind 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)' |
138 | bind main Ts >tig show %(tag) | 138 | bind main Ts >tig show %(tag) |
139 | bind main Td @git tag -d "%(prompt Delete tag: )" | 139 | bind main Td @git tag -d "%(prompt Delete tag: )" |
140 | bind main Tp ?git push --tags | ||
141 | bind main pt ?git push %(remote) %(tag) | 140 | bind main pt ?git push %(remote) %(tag) |
141 | bind main pT ?git push --tags | ||
142 | bind main TTd @git tag -d %(tag) | 142 | bind main TTd @git tag -d %(tag) |
143 | 143 | ||
144 | # search in history | 144 | # search in history |