http://www.open-open.com/lib/view/open1332904495999.html 这里有git使用教程
http://www.open-open.com/lib/view/open1392188572176.html 20分钟git快速上手
http://gitbook.liuhui998.com/index.html Git Community Book中文版
git配置用户名,邮箱
$ git config --global user.name "Scott Chacon"
$ git config --global user.email "schacon@gmail.com"
本文提供了Git的基础使用教程,包括如何配置用户名和邮箱,以及快速上手指南。此外,我们还推荐了GitCommunityBook中文版作为进阶学习资源。

1万+

被折叠的 条评论
为什么被折叠?



