diff options
| -rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -120,7 +120,7 @@ bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | |||
| 120 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | 120 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' |
| 121 | bind main pF ?git push -f | 121 | bind main pF ?git push -f |
| 122 | bind main pd ?git push %(remote) :%(branch) | 122 | bind main pd ?git push %(remote) :%(branch) |
| 123 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' | 123 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which reference? )' |
| 124 | 124 | ||
| 125 | # fetch | 125 | # fetch |
| 126 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch | 126 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch |