C语言寒假大作战01
—、概括表格
问题 | 答案 |
---|---|
这个作业属于哪个课程 | https://edu.cnblogs.com/campus/zswxy/CST2019-2/ |
这个作业要求在哪里 | https://edu.cnblogs.com/campus/zswxy/CST2019-2/homework/10246 |
这个作业的目标 | gitee 与 git基础命令学习与使用,在码云gitee中注册账号,并在gitee中新建一个学号为名的项目仓库 |
作业正文 | https://i-beta.cnblogs.com/ |
其他参考文献 | http://v.harson.co/static/video/git.mp4 , https://www.cnblogs.com/math/p/git.html,百度 |
1.1 码云界面
1.2 Git界面
1.3本地仓库截图
1.4学习命令
创建仓库:git init
查看状态:git status
设置用户名:git config --global user.name "Your name"
设置邮箱:git config --global user.email "Your email"