Changed default branch back to origin... change on all git clients.
This commit is contained in:
parent
4afb3f7462
commit
12bbde4fa3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ rm -f .vimrc
|
||||||
ln -s ~/Repositories/config/vimrc .vimrc
|
ln -s ~/Repositories/config/vimrc .vimrc
|
||||||
|
|
||||||
# set up the default branch for git
|
# 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
|
git config --global branch.master.merge refs/heads/master
|
||||||
|
|
||||||
rm -rf .vim
|
rm -rf .vim
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue