Answers for "add ssh remote github branch"

0

git remote add ssh

git remote add origin ssh://user@host:1234/srv/git/example
Posted by: Guest on September-26-2021
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