导航

C语言寒假大作战01

这个作业属于哪个课程|Https://edu.cnblogs.com/campus/zswxy/CST2019-3
---|:--😐--:
这个作业要求在哪里|Https://edu.cnblogs.com/campus/zswxy/CST2019-3/homework/10247
这个作业的目标|熟悉Gitee 与 git基础命令学习与使用
作业正文|https://www.cnblogs.com/lbb6/p/12260613.html
其它参考文献|百度

1.1 码云界面

1.2 Git界面

1.3 本地仓库截图

1.4 学习命令

创建代码仓库:git init
![](https://img2018.cnblogs.com/blog/1806805/202002/1806805-20200206101320202-681989808.png)
查看仓库状态:git status
![](https://img2018.cnblogs.com/blog/1806805/202002/1806805-20200206101431791-938910341.png)
添加单个文件至提交区:git add
![](https://img2018.cnblogs.com/blog/1806805/202002/1806805-20200206100804735-2079274485.png)
提交新文件:git commit -m "sth"
![](https://img2018.cnblogs.com/blog/1806805/202002/1806805-20200206101554485-557677077.png)
查看提交日志:git log
![](https://img2018.cnblogs.com/blog/1806805/202002/1806805-20200206101837631-1576415962.png)
回退到上次修改:git reset --head xxxx
![](https://img2018.cnblogs.com/blog/1806805/202002/1806805-20200206102017063-1593968404.png)

1.5 主页地址

https://gitee.com/m-m-s

posted on 2020-02-04 19:20  刘彬彬  阅读(165)  评论(0编辑  收藏  举报