Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created October 7, 2015 18:59
Show Gist options
  • Save fernyb/bc2e3461b06568b5d59b to your computer and use it in GitHub Desktop.
Save fernyb/bc2e3461b06568b5d59b to your computer and use it in GitHub Desktop.
fix homebrew when updating
cd $(brew --prefix)
git reset --hard HEAD
brew update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment