diff options
author | typebrook <typebrook@gmail.com> | 2019-03-27 23:10:35 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-27 23:10:35 +0800 |
commit | a42c68a0cec2ddf46dec36b15bfd7640344e372c (patch) | |
tree | 441d5c36e385f0ce78a3a60c44a1c7d9a4d2a37c | |
parent | 16e8a57af850d0f58f36e9904bd5ae75e39ff2dd (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ bind refs c @git checkout %(branch) | |||
168 | bind refs bd ?git branch -d %(branch) | 168 | bind refs bd ?git branch -d %(branch) |
169 | bind refs bD ?git branch -D %(branch) | 169 | bind refs bD ?git branch -D %(branch) |
170 | 170 | ||
171 | bind refs U ?git fetch -all | 171 | bind refs U ?git fetch --all |
172 | bind refs F ?git fetch %(remote) | 172 | bind refs F ?git fetch %(remote) |
173 | bind refs <C-F> ?git fetch %(remote) %(branch) | 173 | bind refs <C-F> ?git fetch %(remote) %(branch) |
174 | 174 | ||