Created
October 11, 2022 22:58
-
-
Save eicu/fabf095a1374694eb753ddd9abc2d441 to your computer and use it in GitHub Desktop.
Git SSH Key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone -c "core.sshCommand=ssh -i ~/.ssh/id_rsa_example -F /dev/null" [email protected]:example/example.git | |
git config core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment