Skip to content

Instantly share code, notes, and snippets.

@jclosure
Created October 22, 2014 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jclosure/d56307868e5fd6b3aa08 to your computer and use it in GitHub Desktop.
Save jclosure/d56307868e5fd6b3aa08 to your computer and use it in GitHub Desktop.
Update Homebrew via GIT Because Its Just a Git Repo
This can help if you have problems with: brew update
Don't forget to fetch the origin!!!
$ cd /usr/local
$ 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