reflexdemon
1/22/2018 - 3:13 AM

Heroku Update GIT Remote

Heroku Update GIT Remote

Step 1: Remove the remote

git remote rm heroku                                    

Step 2: Set the remote to the Project's GIT

git remote add heroku https://git.heroku.com/project.git

Step 3: Push to remote

git push heroku master