how to change git remote origin address terminal code example
Example 1: change remote repository git
git remote set-url origin git@accountname.git.beanstalkapp.com:/your-repository.git
Example 2: change remote url git
git remote set-url origin https://hostname/USERNAME/REPOSITORY.git