Github入門

Git immersionが良い。
http://library.edgecase.com/git_immersion/

http://d.hatena.ne.jp/keita_yamaguchi/20080409/1207752188
はじめの

git config --global user.name "Monty Python" #ユーザー名
git config --global user.email spamspam@gmail.com #e-mailアドレス

をよく忘れる。

改行コードの設定
http://d.hatena.ne.jp/couichi/20110207/1297101115
http://library.edgecase.com/git_immersion/lab_01.html
エラーが出るときはこのあたりの設定を変更する。

git config --global core.autocrlf input
git config --global core.safecrlf true