Skip to content

Commit c9804b5

Browse files
authored
Merge pull request git-tips#167 from mvolz/patch-1
Add -L flag to follow redirect to get correct file
2 parents 7d23b0b + 8cdf8df commit c9804b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ git add -p
373373

374374
## Get git bash completion
375375
```sh
376-
curl http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
376+
curl -L http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
377377
```
378378

379379
## What changed since two weeks?

0 commit comments

Comments
 (0)