diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ bind main TN !git tag "%(prompt Enter tag name: )" %(commit) -a | |||
114 | bind main Ts >tig show %(tag) | 114 | bind main Ts >tig show %(tag) |
115 | bind main Td @git tag -d "%(prompt Delete tag: )" | 115 | bind main Td @git tag -d "%(prompt Delete tag: )" |
116 | bind main Tp ?git push --tags | 116 | bind main Tp ?git push --tags |
117 | bind main gdt @git tag -d %(tag) | 117 | bind main TTd @git tag -d %(tag) |
118 | 118 | ||
119 | # android | 119 | # android |
120 | bind main <C-B> !sh scripts/bump_version.sh | 120 | bind main <C-B> !sh scripts/bump_version.sh |