diff options
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -171,8 +171,8 @@ bind refs c @git checkout %(branch) | |||
171 | bind refs b none | 171 | bind refs b none |
172 | bind refs bd @git branch -d %(branch) | 172 | bind refs bd @git branch -d %(branch) |
173 | bind refs bD ?git branch -D %(branch) | 173 | bind refs bD ?git branch -D %(branch) |
174 | bind refs brd ?git push %(remote) :%(branch) | 174 | bind refs rbd ?git push %(remote) :%(branch) |
175 | bind refs bu ?git branch -rd %(remote)/%(branch) | 175 | bind refs rbu ?git branch -rd %(remote)/%(branch) |
176 | 176 | ||
177 | bind refs U ?git fetch --all | 177 | bind refs U ?git fetch --all |
178 | bind refs F ?git fetch %(remote) | 178 | bind refs F ?git fetch %(remote) |