http://aunjyac.angelfire.com/myapply.pheonix.edu.html myapply.pheonix.edu http://aunjyac.angelfire.com/www.footlocker.ie.html footlocker.ie
$ git config --global user.name garaemon $ git config --global user.email garaemon@hoge.com
globalな設定は$HOME/.gitconfigに追加されるらしい
$ mkdir hoge_proj $ cd hoge_proj $ git init
$ git clone git://git.sourceforge.jp/gitroot/test/test.git
$ git commit -m "committing!!"
$ git add hoge.l $ git commit -m "add hoge.l"
$ git push hoge@git.sourceforge.jp:/gitroot/test/test.git
$ git pull hoge@git.sourceforge.jp:/gitroot/test/test