Skip to content

Instantly share code, notes, and snippets.

@Alexnder
Created April 3, 2015 07:55
Show Gist options
  • Save Alexnder/e44ebbb87ba906ea9d62 to your computer and use it in GitHub Desktop.
Save Alexnder/e44ebbb87ba906ea9d62 to your computer and use it in GitHub Desktop.
Windows simlink
Make link from C:\Users\user\.ssh to "C:\Program Files (x86)\Git\.ssh"
mklink /d "C:\Program Files (x86)\Git\.ssh" C:\Users\user\.ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment