Skip to content

Instantly share code, notes, and snippets.

@BigUncleYemi
Forked from randallreedjr/heroku-remote.md
Created November 15, 2018 09:43
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 BigUncleYemi/7782823780b7d24a5d5f012e74a776d6 to your computer and use it in GitHub Desktop.
Save BigUncleYemi/7782823780b7d24a5d5f012e74a776d6 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