The page you are reading is part of a draft (v2.0) of the "No bullshit guide to math and physics."
The text has since gone through many edits and is now available in print and electronic format. The current edition of the book is v4.0, which is a substantial improvement in terms of content and language (I hired a professional editor) from the draft version.
I'm leaving the old wiki content up for the time being, but I highly engourage you to check out the finished book. You can check out an extended preview here (PDF, 106 pages, 5MB).
Installing GIT on Windows (using cygwin)
In the ~ folder : ssh-keygen -C “me@some.where” -t rsa
(This will generate your ssh keys into the ~/.ssh folder. If you check into you'll see an id_rsa and id_rsa.pub files) - Copy the ssh key into the clipboard : cat .ssh/id_rsa.pub | putclip - Go to https://github.com/. - In your account part (if you've already signed up), copy the public key (just do ctl+V into the field, this will paste the clipboard). This should look like this : ssh-rsa AAAAB3NzaC1yc ...a lot of things... xX88+2JViQ== me@some.where
via http://redmine.jamoma.org/projects/jamoma/wiki/Installing_and_setting_up_GIT