Q:

git remote url change

git remote set-url origin new.git.url/here
12
# Overwriting an existing git url:
git remote set-url origin <git_url>
14
git remote set-url origin https://hostname/USERNAME/REPOSITORY.git
6
git remote add origin [email protected]:portfolio/space.space_name.git
6
git remote add origin [email protected]:nikhilbhardwaj/abc.git
6
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
1

Tags

New to Communities?

Join the community