1
0
mirror of https://github.com/namibia/tips.git synced 2024-05-30 08:51:12 +00:00

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

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?