Skip to content

Instantly share code, notes, and snippets.

@marekchowaniok
Created December 6, 2013 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marekchowaniok/7822746 to your computer and use it in GitHub Desktop.
Save marekchowaniok/7822746 to your computer and use it in GitHub Desktop.
rhc create-app sonar diy-0.1 mysql-5.1 --from-code https://bitbucket.org/majecek/sonarqube-openshift.git
cd sonar
git remote add upstream -m master https://bitbucket.org/majecek/sonarqube-openshift_addons.git
git pull upstream master
git pull origin master
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment