We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e7c67e + 37d2ef1 commit d607a80Copy full SHA for d607a80
README.md
@@ -336,7 +336,7 @@ git add -p
336
337
## Get git bash completion
338
```sh
339
-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
340
```
341
342
## What changed since two weeks?
0 commit comments