Changes the url associated with the origin of a local git repo.
//git remote set-url REMOTE_NAME NEW_URL
git remote set-url origin https://username@bitbucket.org/username/myrepo.git
Changes the url associated with the origin of a local git repo.
//git remote set-url REMOTE_NAME NEW_URL
git remote set-url origin https://username@bitbucket.org/username/myrepo.git