diff options
| -rw-r--r-- | tigrc | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -131,7 +131,7 @@ bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | |||
| 131 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | 131 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' |
| 132 | bind main pF ?git push -f | 132 | bind main pF ?git push -f |
| 133 | bind main pd ?git push %(remote) :%(branch) | 133 | bind main pd ?git push %(remote) :%(branch) |
| 134 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which reference? )' | 134 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' |
| 135 | 135 | ||
| 136 | # fetch | 136 | # fetch |
| 137 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch | 137 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch |
| @@ -292,7 +292,6 @@ bind refs <Esc>f ?git fetch --all | |||
| 292 | bind refs <C-F> ?git fetch %(remote) | 292 | bind refs <C-F> ?git fetch %(remote) |
| 293 | bind refs F ?git fetch %(remote) %(ref) | 293 | bind refs F ?git fetch %(remote) %(ref) |
| 294 | bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref) | 294 | bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref) |
| 295 | bind refs pd ?git push '%(prompt Delete from which remote? )' :%(ref) | ||
| 296 | 295 | ||
| 297 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" | 296 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" |
| 298 | bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" | 297 | bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" |