aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index a6d2e0a..0d387cc 100644
--- a/tigrc
+++ b/tigrc
@@ -137,8 +137,9 @@ bind main gs ?@git merge %(branch) --squash
137 137
138# push 138# push
139bind main p none # override default pager binding 139bind main p none # override default pager binding
140bind main pp ?git push -u %(remote) %(branch):%(branch) 140bind main pp ?git push
141bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 141bind main pP ?git push -u %(remote) %(branch):%(branch)
142bind main pr ?git push -u %(remote) %(branch):%(branch)
142bind main pc ?git push -u %(remote) %(commit):%(branch) 143bind main pc ?git push -u %(remote) %(commit):%(branch)
143bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' 144bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )'
144bind main pF ?git push --force 145bind main pF ?git push --force