Last Updated: February 25, 2016
·
382
· txshon

[ Fix ] Brew update

cd brew --prefix

git remote add origin https://github.com/mxcl/homebrew.git

git fetch origin

git reset --hard origin/master

Just a small tip of the day!