git Changing remote repository path code example
Example 1: change remote repository git
git remote set-url origin git@accountname.git.beanstalkapp.com:/your-repository.git
Example 2: git change remote
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git