Skip to content

Instantly share code, notes, and snippets.

@kevgathuku
Created January 13, 2015 13:41
Show Gist options
  • Save kevgathuku/b23348ecd886dc88f4a0 to your computer and use it in GitHub Desktop.
Save kevgathuku/b23348ecd886dc88f4a0 to your computer and use it in GitHub Desktop.
Push non master branch to heroku
# This pushes the develop branch to heroku's master
git push heroku develop:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment