Great post Nick, thanks.
One thing to mention that heroku git:remote -a my-project won't work unless you already created an app named my-project on Heroku. It will throw an error Error: Couldn't find that app..
You should run heroku create my-project before running the command.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Great post Nick, thanks.
One thing to mention that
heroku git:remote -a my-projectwon't work unless you already created an app namedmy-projecton Heroku. It will throw an errorError: Couldn't find that app..You should run
heroku create my-projectbefore running the command.