Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bashkirtsevich/78dae566c6834b0d0c62264a474a8093 to your computer and use it in GitHub Desktop.
Save bashkirtsevich/78dae566c6834b0d0c62264a474a8093 to your computer and use it in GitHub Desktop.
git clone with ssh delpoy key
git clone -c core.sshCommand="ssh -i /path/to/id_rsa" [email protected]:user/repo.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment