Skip to content

Instantly share code, notes, and snippets.

@reflexdemon
Created January 22, 2018 03:13
Show Gist options
  • Save reflexdemon/4ed412e4da616182e019d1030316606e to your computer and use it in GitHub Desktop.
Save reflexdemon/4ed412e4da616182e019d1030316606e to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment