Skip to content

Instantly share code, notes, and snippets.

@fivemini
Created February 5, 2017 09:56
Show Gist options
  • Save fivemini/c505272d98c9cf37c90d1458ad0ab82b to your computer and use it in GitHub Desktop.
Save fivemini/c505272d98c9cf37c90d1458ad0ab82b to your computer and use it in GitHub Desktop.

~/.ssh/config

Host githubuser.git.github.com
    HostName github.com
    IdentityFile ~/.ssh/id_rsa_githubuser
$ git remote add origin git@githubuser.git.github.com:githubuser/lambda-with-typescript.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment