摘要: Pull requests Issues Gist 请求 问题 要点 Learn Git and GitHub without any code! 没有任何代码学习Git和GitHub! Using the Hello World guide, you’ll create a repository, 阅读全文
posted @ 2016-08-20 23:31 风马一族 阅读(441) 评论(0) 推荐(0)
摘要: git有三个区域(如图): 基本信息设置 1)设置用户名 git config --global user.name "帐号名" 2)设置用户名邮箱 git config --global user.email "注册的邮箱" git的使用步骤 1)在本地电脑,创建一个文件夹 (可以使用命令 [mk 阅读全文
posted @ 2016-08-20 21:02 风马一族 阅读(212) 评论(0) 推荐(0)