Skip to content

Instantly share code, notes, and snippets.

@gabhi
Created January 20, 2015 22:24
Show Gist options
  • Save gabhi/9bd2dbdd54d27bd80134 to your computer and use it in GitHub Desktop.
Save gabhi/9bd2dbdd54d27bd80134 to your computer and use it in GitHub Desktop.
one liner for heroku push
git add .; git commit -m "Demo";git push heroku master;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment