diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ bind refs c @git checkout %(branch) | |||
171 | bind refs b none | 171 | bind refs b none |
172 | bind refs bdl @git branch -d %(branch) | 172 | bind refs bdl @git branch -d %(branch) |
173 | bind refs bDl ?git branch -D %(branch) | 173 | bind refs bDl ?git branch -D %(branch) |
174 | bind refs bdr ?git push -d %(remote) :%(branch) | 174 | bind refs bdr ?git push %(remote) :%(branch) |
175 | bind refs bu ?git branch -rd %(remote)/%(branch) | 175 | bind refs bu ?git branch -rd %(remote)/%(branch) |
176 | 176 | ||
177 | bind refs U ?git fetch --all | 177 | bind refs U ?git fetch --all |