Skip to content

Instantly share code, notes, and snippets.

@totherik
Created May 4, 2012 16:51
Show Gist options
  • Save totherik/2596176 to your computer and use it in GitHub Desktop.
Save totherik/2596176 to your computer and use it in GitHub Desktop.
Start ssh agent from Git Bash to store creds for bash session.
exec ssh-agent /bin/sh --login -i
ssh-add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment