aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-10 19:16:52 +0800
committertypebrook <typebrook@gmail.com>2020-03-10 19:16:52 +0800
commitd6ffd49dc24ce84af68769ec8efdd5fff262db53 (patch)
tree645782f2f3245093523b8296992d46a551c3eebe /tigrc
parentde96a04716f877c655b7372b4c4ff72ef485c1b2 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index ef4ad05..f3ad7a6 100644
--- a/tigrc
+++ b/tigrc
@@ -302,6 +302,7 @@ bind refs F ?git fetch %(remote) %(ref)
302bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref) 302bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref)
303bind refs pd ?git push %(remote) :%(ref) 303bind refs pd ?git push %(remote) :%(ref)
304bind refs pD ?git push '%(prompt Delete from which remote? )' :%(ref) 304bind refs pD ?git push '%(prompt Delete from which remote? )' :%(ref)
305bind refs r none
305bind refs rd ?git branch --remotes -D %(remote)/%(ref) 306bind refs rd ?git branch --remotes -D %(remote)/%(ref)
306 307
307bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" 308bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig"