Hacker News new | ask | show | jobs
by pinhead 1058 days ago
Using `git config` is great. Another option since I don't always remember that command is `export GIT_SSH_COMMAND="ssh -i <private-key>"`

https://git-scm.com/docs/git#Documentation/git.txt-codeGITSS...