diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ bind main gs ?@git merge %(branch) --squash | |||
136 | bind main p none # override default pager binding | 136 | bind main p none # override default pager binding |
137 | bind main pp ?git push | 137 | bind main pp ?git push |
138 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 138 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
139 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 139 | bind main pr ?git push -u %(remote) %(branch):%(branch) |
140 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | 140 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' |
141 | bind main pF ?git push --force | 141 | bind main pF ?git push --force |
142 | bind main pd ?git push %(remote) :%(branch) | 142 | bind main pd ?git push %(remote) :%(branch) |