diff options
author | typebrook <typebrook@gmail.com> | 2019-10-15 11:38:03 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-15 11:38:03 +0800 |
commit | a31d754f367b6f4bb9fe5a1231ae7719aa452a24 (patch) | |
tree | cb9681357642a731f75ddf9a87e58e4816f4279d /tigrc | |
parent | 5fe8e92e4aa0cc799a8a22c4a14836a02703cfde (diff) |
update
Diffstat (limited to 'tigrc')
-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) |