aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 1ffad52..c250978 100644
--- a/tigrc
+++ b/tigrc
@@ -89,6 +89,7 @@ bind main gM ?git merge %(repo:remote) --no-ff
89# push 89# push
90bind main p none 90bind main p none
91bind main pp ?git push 91bind main pp ?git push
92bind main pF ?git push -f
92bind main pP ?git push -u %(remote) %(branch):%(branch) 93bind main pP ?git push -u %(remote) %(branch):%(branch)
93bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 94bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
94bind main pd ?git push %(remote) :%(branch) 95bind main pd ?git push %(remote) :%(branch)