diff options
| -rw-r--r-- | tigrc | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -169,9 +169,9 @@ bind refs C none | |||
| 169 | bind refs c @git checkout %(branch) | 169 | bind refs c @git checkout %(branch) |
| 170 | 170 | ||
| 171 | bind refs b none | 171 | bind refs b none |
| 172 | bind refs bdl @git branch -d %(branch) | 172 | bind refs bd @git branch -d %(branch) |
| 173 | bind refs bDl ?git branch -D %(branch) | 173 | bind refs bD ?git branch -D %(branch) |
| 174 | bind refs bdr ?git push %(remote) :%(branch) | 174 | bind refs brd ?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 |