http://stackoverflow.com/questions/14290113/git-pushing-code-to-two-remotes
git remote set-url --add --push origin GIT_REPO_URL
git remote -v
git remote set-url --delete --push origin GIT_REPO_URL
http://stackoverflow.com/questions/14290113/git-pushing-code-to-two-remotes
git remote set-url --add --push origin GIT_REPO_URL
git remote -v
git remote set-url --delete --push origin GIT_REPO_URL