bubbleking
10
Q:

git set origin

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

Tags

New to Communities?

Join the community