diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ bind main gs ?@git merge %(branch) --squash | |||
135 | 135 | ||
136 | # push | 136 | # push |
137 | bind main p none # override default pager binding | 137 | bind main p none # override default pager binding |
138 | bind main pp ?git push | 138 | bind main pp ?bash -c 'git push || git remote update --prune' |
139 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 139 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
140 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 140 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
141 | bind main pfr ?git push -u '%(prompt Force push to which remote? )' %(branch):%(branch) -f | 141 | bind main pfr ?git push -u '%(prompt Force push to which remote? )' %(branch):%(branch) -f |