c语言寒假大作战01
||||
|:---|:---😐
|这个作业属于那个课程|https://edu.cnblogs.com/campus/zswxy/CST2019-2/|
|这个作业要求在哪里|https://edu.cnblogs.com/campus/zswxy/CST2019-2/homework/10246|
|这个作业的目标|Gitee 与 git基础命令学习与使用|
|作业正文|https://i-beta.cnblogs.com/posts/edit;postId=12251658|
|参考文献|学长视频 百度|
1.1码云界面
1.2Git界面
1.3本地仓库截图
1.4学习命令
创建仓库:git init
查看状态:git status
设置用户名:git config --global user.name "Your name"
设置邮箱:git config --global user.email "Your email"