Git push a cloned repository to a new remote repository

git remote rename origin upstream
git remote add origin NEW_REMOTE_REPOSITORY
git push origin master

Leave a Reply

Your email address will not be published. Required fields are marked *