One Quickie


Password-less github gitting (git->Hacks)
Typing in your username and password for github is annoying. You'll need to do the ssh key dance. instructions here.

If your current checkout is via https (you can figure that out by doing git config -l (ell) and looking at the remote.origin.url). If it's https it's not going to use your ssh keys. You'll need to change it.

If it was originally:

remote.origin.url=https://github.com/someuser/GroovyProject.git

You'd do:

% git config remote.origin.url git@github.com:someuser/GroovyProject.git



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com