Skip to content

Instantly share code, notes, and snippets.

@didip
Created August 21, 2015 05:56
Show Gist options
  • Save didip/d7f9f333d83f5b0df1aa to your computer and use it in GitHub Desktop.
Save didip/d7f9f333d83f5b0df1aa to your computer and use it in GitHub Desktop.
Force brew update
cd `brew --prefix`
git remote add origin https://github.com/mxcl/homebrew.git
git fetch origin
git reset --hard origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment