Changed default branch back to origin... change on all git clients.

This commit is contained in:
Nicole Tietz-Sokolskaya 2012-06-19 15:52:44 -04:00
parent 4afb3f7462
commit 12bbde4fa3

View file

@ -14,7 +14,7 @@ rm -f .vimrc
ln -s ~/Repositories/config/vimrc .vimrc
# set up the default branch for git
git config --global branch.master.remote github
git config --global branch.master.remote origin
git config --global branch.master.merge refs/heads/master
rm -rf .vim