Answers for "git ssh pull"

2

how to git pull origin master

git pull origin
Posted by: Guest on July-19-2020
0

git pull with ssh

$ GIT_SSH_COMMAND='ssh -i /var/www/html/ma.ttias.be/.ssh/id_rsa' git pull
Posted by: Guest on December-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language