How to git push heroku master
When pushing code to a repository hosted on Heroku one need to use the following command
git push heroku master
in the above command What do heroku and master
“heroku” is a shorthand name for the remote repository that a project was originally clon...
avy.hashnode.dev1 min read