aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 71f1685..eee9680 100644
--- a/tigrc
+++ b/tigrc
@@ -135,7 +135,7 @@ bind main gs ?@git merge %(branch) --squash
135 135
136# push 136# push
137bind main p none # override default pager binding 137bind main p none # override default pager binding
138bind main pp ?git push 138bind main pp ?bash -c 'git push || git remote update --prune'
139bind main pP ?git push -u %(remote) %(branch):%(branch) 139bind main pP ?git push -u %(remote) %(branch):%(branch)
140bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 140bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
141bind main pfr ?git push -u '%(prompt Force push to which remote? )' %(branch):%(branch) -f 141bind main pfr ?git push -u '%(prompt Force push to which remote? )' %(branch):%(branch) -f