git init --bare
git remote add origin $REPO_URL
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
git config core.bare false
git init --bare
git remote add origin $REPO_URL
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
git config core.bare false