aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 55ed4d1..47ce869 100644
--- a/tigrc
+++ b/tigrc
@@ -82,6 +82,8 @@ bind main 3 >git commit --allow-empty -m "%(prompt Empty commit, enter message:
82# merge 82# merge
83bind main m ?git merge %(commit) 83bind main m ?git merge %(commit)
84bind main M ?git merge %(branch) --no-ff 84bind main M ?git merge %(branch) --no-ff
85bind main gm ?git merge %(repo:remote)
86bind main gM ?git merge %(repo:remote) --no-ff
85 87
86# push 88# push
87bind main p none 89bind main p none