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