Answers for "git remote add ssh url"

15

change remote url git

git remote set-url origin https://hostname/USERNAME/REPOSITORY.git
Posted by: Guest on October-20-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
0

git remote add ssh url

/*in .git/config */
[remote "origin"]
    url = ssh://[email protected]:/path/to/myrepo.git
Posted by: Guest on September-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language