Skip to content

Instantly share code, notes, and snippets.

@DAddYE
Created September 28, 2015 22:07
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 DAddYE/168cc7e5830c89261973 to your computer and use it in GitHub Desktop.
Save DAddYE/168cc7e5830c89261973 to your computer and use it in GitHub Desktop.
cd /usr/local
sudo chown -R daddye:admin .
git init
git remote | while read i; do git remote remove $i; done
git reset --hard
git remote add -m master -t master -f --tags origin git://github.com/mxcl/homebrew.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment