diff options
author | typebrook <typebrook@gmail.com> | 2019-08-29 11:04:22 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-08-29 11:04:22 +0800 |
commit | 92be84d34a9c002bc50600fe02bd20d68baf9b3c (patch) | |
tree | 25c604d2ce76ffbb89fd336c7ff139499f0449ba | |
parent | accc8503c69ef86c9c7106e55e1cf15b678b2fa0 (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -277,7 +277,7 @@ bind refs pd ?git push %(remote) :%(branch) | |||
277 | bind refs r none | 277 | bind refs r none |
278 | bind refs brd ?git branch -rd %(remote)/%(branch) | 278 | bind refs brd ?git branch -rd %(remote)/%(branch) |
279 | 279 | ||
280 | bind refs U ?git fetch --all | 280 | bind refs <Esc>F ?git fetch --all |
281 | bind refs <C-F> ?git fetch %(remote) | 281 | bind refs <C-F> ?git fetch %(remote) |
282 | bind refs F ?git fetch %(remote) %(branch) | 282 | bind refs F ?git fetch %(remote) %(branch) |
283 | 283 | ||