diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ bind refs C none | |||
282 | bind refs c @git checkout %(ref) | 282 | bind refs c @git checkout %(ref) |
283 | 283 | ||
284 | bind refs r none | 284 | bind refs r none |
285 | bind refs rd @git branch -d %(ref) | 285 | bind refs rd ?git branch -d %(ref) |
286 | bind refs rD ?git branch -D %(ref) | 286 | bind refs rD ?git branch -D %(ref) |
287 | bind refs pd ?git push %(remote) :%(ref) | 287 | bind refs pd ?git push %(remote) :%(ref) |
288 | bind refs brd ?git branch -rd %(remote)/%(branch) | 288 | bind refs brd ?git branch -rd %(remote)/%(branch) |