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.)
Contributors
Topic Id: 9291
Example Ids: 28773
This site is not affiliated with any of the contributors.