http://eagain.net/articles/git-for-computer-scientists/
http://code.google.com/p/msysgit/ 基于WIN下的git
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#setting-up-a-public-repository 用户手册英文原版
如不熟悉请看 git howto,最简单的步骤如下: git-clone http://www.gentoo-cn.org/git/gentoo-cn.git
cd gentoo-cn git-checkout -b local
cp /path/to/yourfile to/where/it/belongs
git-add to/where/it/belongs/yourfile
git-commit -s -m "initial commit of yourfile"
git-format-patch -s master
git-send-email *.patch --to gentoo-china@googlegroups.com