Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh-add git

$ eval "$(ssh-agent -s)"
$ ssh-add -K ~/.ssh/id_ed25519
Comment

git add remote via ssh

git remote add origin ssh://user@host/srv/git/example
Comment

git remote add ssh url

/*in .git/config */
[remote "origin"]
    url = ssh://user@domain.com:/path/to/myrepo.git
Comment

PREVIOUS NEXT
Code Example
Shell :: perl install Switch 
Shell :: how to reset git branch to a certain commit. 
Shell :: find all occurrence in directory linux 
Shell :: express application generator 
Shell :: how to install windows service using batch file 
Shell :: run crontab on mac 
Shell :: change user terminal 
Shell :: docker compose keep container open 
Shell :: running file pug 
Shell :: cptable is not defined at make_xlsx 
Shell :: grep get everything between two strings 
Shell :: osx add user to group 
Shell :: ubuntu bluetooth gets turned off everytime i reboot 
Shell :: linux download from google drive private file 
Shell :: change shell script to executable 
Shell :: openssl ubuntu random string generator 
Shell :: install wget on redhat 
Shell :: install ssms on ubuntu 18.04 
Shell :: gitignore httaccess 
Shell :: ssh passphrase stop prompting 
Shell :: bash debug show line numbers 
Shell :: cat ssh rsa 
Shell :: pgadmin4 : Depends: libpython3.7 (= 3.7.0) but it is not installable 
Shell :: git how to rollback to previous commit 
Shell :: regex for url in bash 
Shell :: sshkeygen 
Shell :: git merge master into branch 
Shell :: run bat file 
Shell :: tailwindcss 
Shell :: how to create a github account 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =