How to configure command line git to use ssh key
09:07 08 May 2014

When I do git pull via the command line, it always asks for my github username and password. I'd like to tell it to use the ssh key in github, and never have to worry about it again. How do you do this?

git authentication command-line github ssh-keys