aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-10-15 11:38:03 +0800
committertypebrook <typebrook@gmail.com>2019-10-15 11:38:03 +0800
commita31d754f367b6f4bb9fe5a1231ae7719aa452a24 (patch)
treecb9681357642a731f75ddf9a87e58e4816f4279d
parent5fe8e92e4aa0cc799a8a22c4a14836a02703cfde (diff)
update
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index aaa82c6..ec2c9f3 100644
--- a/tigrc
+++ b/tigrc
@@ -282,7 +282,7 @@ bind refs C none
282bind refs c @git checkout %(ref) 282bind refs c @git checkout %(ref)
283 283
284bind refs r none 284bind refs r none
285bind refs rd @git branch -d %(ref) 285bind refs rd ?git branch -d %(ref)
286bind refs rD ?git branch -D %(ref) 286bind refs rD ?git branch -D %(ref)
287bind refs pd ?git push %(remote) :%(ref) 287bind refs pd ?git push %(remote) :%(ref)
288bind refs brd ?git branch -rd %(remote)/%(branch) 288bind refs brd ?git branch -rd %(remote)/%(branch)