aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-12 18:11:07 +0800
committertypebrook <typebrook@gmail.com>2019-03-12 18:11:07 +0800
commit9059358c6a5c90898441699e4026f54bdd4671fb (patch)
tree3a51f2f5d9f3e4020475016c8e8b2fb3503a5993 /tigrc
parent2fddc277815b8e09ef80279d94578735481ec435 (diff)
update
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