diff options
| author | typebrook <typebrook@gmail.com> | 2019-12-13 18:47:40 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-12-13 18:47:40 +0800 |
| commit | f170aeb66ac5a50db822ed16e52a6fdcae6f6329 (patch) | |
| tree | 1b61d6e6b26f4a4234fa087079c81545e6c03904 | |
| parent | c9a6cd4bd88add67543745af0c784ba389b599a2 (diff) | |
update
| -rw-r--r-- | tigrc | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -151,13 +151,13 @@ bind main ! ?git revert %(commit) | |||
| 151 | # tag | 151 | # tag |
| 152 | bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) | 152 | bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) |
| 153 | bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a | 153 | bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a |
| 154 | bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(prompt Move which tag to here? )" %(commit)' | 154 | bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' |
| 155 | bind generic TM @sh -c 'git cat-file -p %(tag) |\ | 155 | bind generic TM @sh -c 'git cat-file -p %(tag) |\ |
| 156 | sed -n \'6,$p\' |\ | 156 | sed -n \'6,$p\' |\ |
| 157 | (git tag -d %(tag) && git tag "%(prompt Rename into? )" -a -F -) > /dev/null' | 157 | (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' |
| 158 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "%(prompt Enter new content: )" | 158 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "%(prompt Enter new content: )" |
| 159 | bind generic Ts >tig show %(tag) | 159 | bind generic Ts >tig show %(tag) |
| 160 | bind generic Td @git tag -d "%(prompt Delete tag: )" | 160 | bind generic Td @git tag -d "%(prompt Delete which tag? )" |
| 161 | bind generic TTd @git tag -d %(tag) | 161 | bind generic TTd @git tag -d %(tag) |
| 162 | bind generic pt ?git push --tags | 162 | bind generic pt ?git push --tags |
| 163 | bind generic pT ?git push %(remote) %(tag) | 163 | bind generic pT ?git push %(remote) %(tag) |