ifnull
6/7/2013 - 9:18 PM

Fix brew update that results in message ... "Your local changes to the following files would be overwritten by merge"

Fix brew update that results in message ... "Your local changes to the following files would be overwritten by merge"

cd /usr/local
sudo chown -R `whoami`:admin ./
git reset --hard
git clean -fd
cd ~
find /usr/local/Library/Formula -type l -delete
brew doctor
brew update
brew prune
brew cleanup
brew doctor