Skip to content

Instantly share code, notes, and snippets.

@bongkook
Created September 27, 2019 00:52
Show Gist options
  • Save bongkook/555803aba7df7ac72279399e29e42eb9 to your computer and use it in GitHub Desktop.
Save bongkook/555803aba7df7ac72279399e29e42eb9 to your computer and use it in GitHub Desktop.
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