git
**This is an old revision of the document!**
Git Notes
Specify the private SSH-key to use when executing a Git command:
ssh-agent bash -c 'ssh-add /home/git/.ssh/key-filename; git $GIT_COMMAND'
Example:
ssh-agent bash -c 'ssh-add /home/git/.ssh/key-filename; git push'
git.1590608306.txt.gz · Last modified: 2020-05-27 by hanez