diff options
| author | typebrook <typebrook@gmail.com> | 2019-03-26 11:50:30 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-03-26 11:50:30 +0800 |
| commit | f6208e074708e63abfc8b2592ecf7b11ac29abaf (patch) | |
| tree | 3917af70e7bf1086f48d3e505d210713745ecb95 /tigrc | |
| parent | 18ba127ec3ab476d4cfca56479c8a1ce372bb577 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -46,6 +46,7 @@ bind main <Ctrl-r> !?git rebase -i %(commit) | |||
| 46 | 46 | ||
| 47 | bind main Tn @git tag "%(prompt Enter tag name: )" %(commit) | 47 | bind main Tn @git tag "%(prompt Enter tag name: )" %(commit) |
| 48 | bind main TN !git tag "%(prompt Enter tag name: )" %(commit) -a | 48 | bind main TN !git tag "%(prompt Enter tag name: )" %(commit) -a |
| 49 | bind main Ts >tig show %(tag) | ||
| 49 | bind main Td @git tag -d "%(prompt Delete tag: )" | 50 | bind main Td @git tag -d "%(prompt Delete tag: )" |
| 50 | bind main Tp ?git push --tags | 51 | bind main Tp ?git push --tags |
| 51 | bind main gdt @git tag -d %(tag) | 52 | bind main gdt @git tag -d %(tag) |