Skip to content

Instantly share code, notes, and snippets.

@iap
Forked from randallreedjr/heroku-remote.md
Created July 1, 2018 06:42
Show Gist options
  • Save iap/6be234531ccc1575d9d1b20b0c6aed56 to your computer and use it in GitHub Desktop.
Save iap/6be234531ccc1575d9d1b20b0c6aed56 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