Skip to content

Instantly share code, notes, and snippets.

@valikos
Created July 28, 2015 15:01
Show Gist options
  • Save valikos/64aad6e8637c3633de38 to your computer and use it in GitHub Desktop.
Save valikos/64aad6e8637c3633de38 to your computer and use it in GitHub Desktop.
Recipe that fixed issue with merge commits after update for homebrew
cd `brew --prefix`
git remote rm origin
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