Skip to content

Instantly share code, notes, and snippets.

@LucasArruda
Created October 6, 2015 15:17
Show Gist options
  • Save LucasArruda/17026c8cc0f2f3b5c8a3 to your computer and use it in GitHub Desktop.
Save LucasArruda/17026c8cc0f2f3b5c8a3 to your computer and use it in GitHub Desktop.
Fixing brew
#!/bin/sh
cd $(brew --prefix) && git fetch && git reset --hard origin/master
brew update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment