Created
September 28, 2015 22:07
-
-
Save DAddYE/168cc7e5830c89261973 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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