how to change git remote link 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 origin
git remote set-url origin new.git.url/here
Example 3: how to change remote origin guit
$ git remote set-url origin git@github.com:USERNAME/REPOSITORY.git