diff options
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -89,6 +89,7 @@ bind main gM ?git merge %(repo:remote) --no-ff | |||
| 89 | # push | 89 | # push |
| 90 | bind main p none | 90 | bind main p none |
| 91 | bind main pp ?git push | 91 | bind main pp ?git push |
| 92 | bind main pF ?git push -f | ||
| 92 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 93 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
| 93 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 94 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
| 94 | bind main pd ?git push %(remote) :%(branch) | 95 | bind main pd ?git push %(remote) :%(branch) |