Skip to content
Snippets Groups Projects
Commit 67711bed authored by Victor Shnayder's avatar Victor Shnayder
Browse files

Merge pull request #837 from MITx/hotfix/rocha/create-dev-for-os-x-10.8

Set git push.default to current on the create-dev-env script
parents 7e304abe c3378489
No related merge requests found
......@@ -334,10 +334,12 @@ output "Installing askbot requirements"
pip install -r askbot/askbot_requirements.txt
pip install -r askbot/askbot_requirements_dev.txt
mkdir "$BASE/log" || true
mkdir "$BASE/db" || true
output "Fixing your git default settings"
git config --global push.default current
cat<<END
Success!!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment