File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ git add -p
373373
374374## Get git bash completion
375375``` 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
377377```
378378
379379## What changed since two weeks?
Original file line number Diff line number Diff line change 104104 "tip" : " git add -p"
105105 }, {
106106 "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"
108108 }, {
109109 "title" : " What changed since two weeks?" ,
110110 "tip" : " git log --no-merges --raw --since='2 weeks ago'" ,
You can’t perform that action at this time.
0 commit comments