Skip to content

Instantly share code, notes, and snippets.

@IvikGH
Forked from randallreedjr/heroku-remote.md
Created November 22, 2017 16:25
Show Gist options
  • Save IvikGH/17765104eff40f22d5de867b2787aec8 to your computer and use it in GitHub Desktop.
Save IvikGH/17765104eff40f22d5de867b2787aec8 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