Answers for "change remote to use ssh git command"

40

git update remote origin

git remote set-url origin new.git.url/here
Posted by: Guest on March-29-2020
4

git update remote origin

git remote set-url origin new.git.url/here 
git remote add origin new.git.url/here
Posted by: Guest on May-27-2020
7

change remote to use ssh git command

git remote add origin [email protected]:nikhilbhardwaj/abc.git
Posted by: Guest on June-29-2020
8

set origin url git

git remote add origin <git_url>
Posted by: Guest on June-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language