diff options
Diffstat (limited to 'tigrc')
-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 | ||