FrontPage
git clone git://github.com/jquery/jquery.git
git pull
git describe --tags --dirty
git remote -v
下载后,再cd到目录中执行下面的命令
git submodule update --init -f
末尾的 -f 表示强制执行
コメント: