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