aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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)