mirror of
https://github.com/namibia/tips.git
synced 2025-01-23 15:18:29 +00:00
Merge pull request #128 from DuniceEdge/master
Fixing git bash completion script URL.
This commit is contained in:
commit
d607a80b4d
@ -336,7 +336,7 @@ git add -p
|
|||||||
|
|
||||||
## Get git bash completion
|
## Get git bash completion
|
||||||
```sh
|
```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?
|
## What changed since two weeks?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user