-
-
Save IvikGH/17765104eff40f22d5de867b2787aec8 to your computer and use it in GitHub Desktop.
Add a Heroku remote to an existing git repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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