We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d23b0b + 8cdf8df commit c9804b5Copy full SHA for c9804b5
README.md
@@ -373,7 +373,7 @@ git add -p
373
374
## Get git bash completion
375
```sh
376
-curl http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
+curl -L http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
377
```
378
379
## What changed since two weeks?
0 commit comments