diff options
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -161,9 +161,9 @@ bind main gB !?git rebase --rebase-merges -i %(commit) | |||
| 161 | bind main ! ?git revert %(commit) | 161 | bind main ! ?git revert %(commit) |
| 162 | 162 | ||
| 163 | # tag | 163 | # tag |
| 164 | bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) | 164 | bind generic Tn @git tag "%(prompt New tag, please enter tag name: )" %(commit) |
| 165 | bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a | 165 | bind generic TN !git tag "%(prompt Annotated tag, please enter the name: )" %(commit) -a |
| 166 | bind generic TSN !git tag "%(prompt Enter tag name: )" %(commit) -s | 166 | bind generic TSN !git tag "%(prompt Signed Annotated tag, please enter the name: )" %(commit) -s |
| 167 | bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' | 167 | bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' |
| 168 | bind generic TM @sh -c 'git cat-file -p %(tag) |\ | 168 | bind generic TM @sh -c 'git cat-file -p %(tag) |\ |
| 169 | sed -n \'6,$p\' |\ | 169 | sed -n \'6,$p\' |\ |