From 12bbde4fa36ad87d0e72c5237250f3bae1b0bbe1 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Tue, 19 Jun 2012 15:52:44 -0400 Subject: [PATCH] Changed default branch back to origin... change on all git clients. --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 781e063..1984347 100755 --- a/config.sh +++ b/config.sh @@ -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