Skip to content

Instantly share code, notes, and snippets.

@adambair
Created October 24, 2013 14:43
Show Gist options
  • Save adambair/7138536 to your computer and use it in GitHub Desktop.
Save adambair/7138536 to your computer and use it in GitHub Desktop.
on develop
git co release-1.9.2
git merge --no-ff develop
git push
git co master
git merge --no-ff release-1.9.2
tig, look for last tag
git tag 1.9.2.x
git push
git push --tag
git push production && heroku run rake db:migrate -a openbay-production
ttps://gist.github.com/7138536
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment