Skip to content

Instantly share code, notes, and snippets.

@stellamiranda
Last active August 29, 2015 14:22
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 stellamiranda/1b9ee61d12b0b65cb038 to your computer and use it in GitHub Desktop.
Save stellamiranda/1b9ee61d12b0b65cb038 to your computer and use it in GitHub Desktop.
Push code to dev Instance

1 - Install https://toolbelt.heroku.com/

2 - Move to the app folder

3 - Run git remote add dev git@heroku.com:ghtv-backend-dev.git

4 - git fetch dev

5 - push your branch to the instance , for example the branch you want to push is newsletters, you should run git push dev newsletters:master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment