diff options
author | typebrook <typebrook@gmail.com> | 2019-12-11 09:45:36 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-11 09:45:36 +0800 |
commit | ff7d408d5e87caf6bcbde4e98014996a20f27e37 (patch) | |
tree | bd155e64d83903037f4d93891bdd148a966bc2c6 /tigrc | |
parent | 5cf202420b761947dde4f5b4111a4a55414e65b2 (diff) |
update
Diffstat (limited to 'tigrc')
-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" |