diff options
author | typebrook <typebrook@gmail.com> | 2019-12-04 15:03:40 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-05 09:33:11 +0800 |
commit | 4434682a1e19f15461ea9e407bd15aaa589211a9 (patch) | |
tree | 224e6449c8fade8f8d6b321ab1c16cfcca688489 /tigrc | |
parent | fd1bcfb0001db60a8a22abd1a1304e384b063d6b (diff) |
update
Diffstat (limited to 'tigrc')
-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" |