aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index fd32dba..12a1974 100644
--- a/tigrc
+++ b/tigrc
@@ -235,7 +235,7 @@ bind refs bd @git branch -d %(branch)
235bind refs bD ?git branch -D %(branch) 235bind refs bD ?git branch -D %(branch)
236bind refs pd ?git push %(remote) :%(branch) 236bind refs pd ?git push %(remote) :%(branch)
237bind refs r none 237bind refs r none
238bind refs rbu ?git branch -rd %(remote)/%(branch) 238bind refs brd ?git branch -rd %(remote)/%(branch)
239 239
240bind refs U ?git fetch --all 240bind refs U ?git fetch --all
241bind refs F ?git fetch %(remote) 241bind refs F ?git fetch %(remote)