Change local setting

suggest change

Go to terminal,

cd projectFolder
git remote -v (it will show previous git url)
git remote set-url origin https://username@bitbucket.org/username/newName.git
git remote -v (double check, it will show new git url)
git push (do whatever you want.)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents