aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-12-11 09:45:36 +0800
committertypebrook <typebrook@gmail.com>2019-12-11 09:45:36 +0800
commitff7d408d5e87caf6bcbde4e98014996a20f27e37 (patch)
treebd155e64d83903037f4d93891bdd148a966bc2c6 /tigrc
parent5cf202420b761947dde4f5b4111a4a55414e65b2 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 4f09186..1c92eba 100644
--- a/tigrc
+++ b/tigrc
@@ -131,7 +131,7 @@ bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
131bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' 131bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )'
132bind main pF ?git push -f 132bind main pF ?git push -f
133bind main pd ?git push %(remote) :%(branch) 133bind main pd ?git push %(remote) :%(branch)
134bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which reference? )' 134bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )'
135 135
136# fetch 136# fetch
137bind main F ?git fetch %(remote) %(branch) # Go to Fetch 137bind main F ?git fetch %(remote) %(branch) # Go to Fetch
@@ -292,7 +292,6 @@ bind refs <Esc>f ?git fetch --all
292bind refs <C-F> ?git fetch %(remote) 292bind refs <C-F> ?git fetch %(remote)
293bind refs F ?git fetch %(remote) %(ref) 293bind refs F ?git fetch %(remote) %(ref)
294bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref) 294bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref)
295bind refs pd ?git push '%(prompt Delete from which remote? )' :%(ref)
296 295
297bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" 296bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig"
298bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" 297bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig"