Change short redirected url for full url

This commit is contained in:
Xavier Vergés 2017-11-23 10:00:32 +01:00
parent 325f7bcb62
commit ee8114038e
2 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,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 https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
``` ```
## What changed since two weeks? ## What changed since two weeks?

View File

@ -101,7 +101,7 @@
"tip": "git add -p" "tip": "git add -p"
}, { }, {
"title": "Get git bash completion", "title": "Get git bash completion",
"tip": "curl http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc" "tip": "curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc"
}, { }, {
"title": "What changed since two weeks?", "title": "What changed since two weeks?",
"tip": "git log --no-merges --raw --since='2 weeks ago'", "tip": "git log --no-merges --raw --since='2 weeks ago'",