We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f10d9 commit bc28055Copy full SHA for bc28055
README.md
@@ -372,7 +372,7 @@ git add -p
372
373
## Get git bash completion
374
```sh
375
-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
376
```
377
378
## What changed since two weeks?
0 commit comments