Skip to content

Instantly share code, notes, and snippets.

@phouverneyuff
Last active February 7, 2016 17:05
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 phouverneyuff/d89f7dbb9684b9fb5c80 to your computer and use it in GitHub Desktop.
Save phouverneyuff/d89f7dbb9684b9fb5c80 to your computer and use it in GitHub Desktop.
JHIPSTER_LOCATION=/mnt/dados/projetos/generator-jhipster
mkdir -p ${JHIPSTER_LOCATION}
cd ${JHIPSTER_LOCATION}
git checkout master
git pull jhipster master
git push
git checkout develop
git merge master develop
git push
npm link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment