diff options
author | typebrook <typebrook@gmail.com> | 2019-12-24 20:02:30 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-24 20:02:30 +0800 |
commit | 3c308f79ef6ada819e9687dca532afccd025914d (patch) | |
tree | 6c08e4dea22fecf1c8e0fdeda34ec42ba5b1aa70 /tigrc | |
parent | 2fd80972761f3fd001526799887a6e135f7d108b (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -292,7 +292,8 @@ 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) | 295 | bind refs pd ?git push %(remote) :%(ref) |
296 | bind refs pD ?git push '%(prompt Delete from which remote? )' :%(ref) | ||
296 | 297 | ||
297 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" | 298 | 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" | 299 | bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" |