Skip to content

Instantly share code, notes, and snippets.

@seanpierce
Forked from randallreedjr/heroku-remote.md
Created April 13, 2018 02:48
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 seanpierce/843b0dba49bfac5aceb3ef8d0ccc33cc to your computer and use it in GitHub Desktop.
Save seanpierce/843b0dba49bfac5aceb3ef8d0ccc33cc to your computer and use it in GitHub Desktop.
Add a Heroku remote to an existing git repo
$ git remote add staging https://git.heroku.com/staging-app.git
$ git remote add heroku https://git.heroku.com/app.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment