diff options
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -27,6 +27,7 @@ bind main T @git tag "%(prompt Enter tag name: )" %(commit) | |||
| 27 | bind main gdt @git tag -d %(tag) | 27 | bind main gdt @git tag -d %(tag) |
| 28 | bind main <Ctrl-r> !?git rebase -i %(commit) | 28 | bind main <Ctrl-r> !?git rebase -i %(commit) |
| 29 | bind main m ?git merge %(commit) | 29 | bind main m ?git merge %(commit) |
| 30 | bind main M ?git merge %(commit) --no-ff | ||
| 30 | bind main P ?git push | 31 | bind main P ?git push |
| 31 | bind main b @git checkout -b "%(prompt Enter branch name: )" | 32 | bind main b @git checkout -b "%(prompt Enter branch name: )" |
| 32 | bind main B !sh scripts/bump_version.sh | 33 | bind main B !sh scripts/bump_version.sh |