diff options
| -rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -291,6 +291,7 @@ bind refs brd ?git branch -rd %(remote)/%(branch) | |||
| 291 | bind refs <Esc>f ?git fetch --all | 291 | 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 pd ?git push %(remote) :%(ref) | ||
| 294 | 295 | ||
| 295 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" | 296 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" |
| 296 | 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" |