aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 70352e4..a28508f 100644
--- a/tigrc
+++ b/tigrc
@@ -137,6 +137,7 @@ bind main p none # override default pager binding
137bind main pp ?git push 137bind main pp ?git push
138bind main pP ?git push -u %(remote) %(branch):%(branch) 138bind main pP ?git push -u %(remote) %(branch):%(branch)
139bind main pr ?git push -u %(remote) %(branch):%(branch) 139bind main pr ?git push -u %(remote) %(branch):%(branch)
140bind main pb ?git push -u %(remote) %(branch):'%(prompt Which branch? )'
140bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' 141bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )'
141bind main pF ?git push --force 142bind main pF ?git push --force
142bind main pd ?git push %(remote) :%(branch) 143bind main pd ?git push %(remote) :%(branch)