Skip to content

Instantly share code, notes, and snippets.

@TylorS
Last active March 15, 2016 05:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TylorS/62858bce18dbf899a0d8 to your computer and use it in GitHub Desktop.
Save TylorS/62858bce18dbf899a0d8 to your computer and use it in GitHub Desktop.
git checkout master
git fetch origin
git pull origin master
git checkout develop
git merge master
git checkout master
git merge --no-ff develop
git push origin master
npm start
npm run release-*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment