⇦ Back

If you change the name of one of your repositories on Bitbucket or GitHub your local copy will no longer be synched up to it. Here’s how to fix this:

git fetch
git pull origin master
git push --set-upstream origin master

⇦ Back