aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tigrc b/tigrc
index eda7bc2..d776d06 100644
--- a/tigrc
+++ b/tigrc
@@ -169,9 +169,9 @@ bind refs C none
169bind refs c @git checkout %(branch) 169bind refs c @git checkout %(branch)
170 170
171bind refs b none 171bind refs b none
172bind refs bdl @git branch -d %(branch) 172bind refs bd @git branch -d %(branch)
173bind refs bDl ?git branch -D %(branch) 173bind refs bD ?git branch -D %(branch)
174bind refs bdr ?git push %(remote) :%(branch) 174bind refs brd ?git push %(remote) :%(branch)
175bind refs bu ?git branch -rd %(remote)/%(branch) 175bind refs bu ?git branch -rd %(remote)/%(branch)
176 176
177bind refs U ?git fetch --all 177bind refs U ?git fetch --all