File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ git add -p
373
373
374
374
## Get git bash completion
375
375
``` 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
377
377
```
378
378
379
379
## What changed since two weeks?
Original file line number Diff line number Diff line change 104
104
"tip" : " git add -p"
105
105
}, {
106
106
"title" : " Get git bash completion" ,
107
- "tip" : " curl http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc"
107
+ "tip" : " curl -L http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc"
108
108
}, {
109
109
"title" : " What changed since two weeks?" ,
110
110
"tip" : " git log --no-merges --raw --since='2 weeks ago'" ,
You can’t perform that action at this time.
0 commit comments