Merge pull request #128 from DuniceEdge/master

Fixing git bash completion script URL.
This commit is contained in:
hemanth.hm 2016-11-28 18:54:10 +05:30 committed by GitHub
commit d607a80b4d
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ git add -p
## Get git bash completion
```sh
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
```
## What changed since two weeks?