Created
September 27, 2019 00:52
-
-
Save bongkook/555803aba7df7ac72279399e29e42eb9 to your computer and use it in GitHub Desktop.
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
Find Your Heroku Project Name | |
heroku list | |
This is display a list of all the Heroku projects you currently have, make sure you see the app name that you want to link with your git repo here. | |
Add The Git Remote | |
heroku git:remote -a PROJECT_NAME -r heroku |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment