summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 9fbdf71..34d44aa 100644
--- a/tigrc
+++ b/tigrc
@@ -102,8 +102,8 @@ bind main gM ?@git merge %(remote)/%(branch) --no-ff # merge-no-ff with current
102 102
103# push 103# push
104bind main p none # override default pager binding 104bind main p none # override default pager binding
105bind main pp ?git push 105bind main pp ?@git push
106bind main pP ?git push -u %(remote) %(branch):%(branch) 106bind main pP ?@git push -u %(remote) %(branch):%(branch)
107bind main pF ?git push -f 107bind main pF ?git push -f
108bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 108bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
109bind main pd ?git push %(remote) :%(branch) 109bind main pd ?git push %(remote) :%(branch)