Horje
git remote add ssh Code Example
ssh-add git
$ eval "$(ssh-agent -s)"
$ ssh-add -K ~/.ssh/id_ed25519
git remote add ssh
git remote add origin ssh://user@host:1234/srv/git/example
git remote add ssh url
/*in .git/config */
[remote "origin"]
    url = ssh://user@domain.com:/path/to/myrepo.git




Shell

Related
download office 365 for ubuntu Code Example download office 365 for ubuntu Code Example
role ansible update apt Code Example role ansible update apt Code Example
search terminal history Code Example search terminal history Code Example
install influxdb grafana debian Code Example install influxdb grafana debian Code Example
windows run powershell script from task scheduler Code Example windows run powershell script from task scheduler Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10