提交 942ac061 编写于 作者: F feilong

补充第3题

上级 2f561195
...@@ -7,12 +7,20 @@ ...@@ -7,12 +7,20 @@
请点击[Git使用](https://codechina.csdn.net/courses/register/1/3){target="_blank"} 并完成所有题目,完成学习请关闭Issue。 请点击[Git使用](https://codechina.csdn.net/courses/register/1/3){target="_blank"} 并完成所有题目,完成学习请关闭Issue。
以下哪个选项是[Git使用](https://codechina.csdn.net/courses/register/1/3){target="_blank"}里的描述的知识 以下哪些命令是[Git使用](https://codechina.csdn.net/courses/register/1/3){target="_blank"}里最后一节总结的命令
## 答案 ## 答案
```bash ```bash
git init
git clone
git add
git commit
git status
git diff
git log
git reset
git reflog
``` ```
## 选项 ## 选项
...@@ -20,17 +28,41 @@ ...@@ -20,17 +28,41 @@
### A ### A
```bash ```bash
git init
git clone
git add
git commit
git status
git diff
git log
git reset
git branch
``` ```
### B ### B
```bash ```bash
git init
git clone
git add
git commit
git status
git diff
git log
git checkout
git reflog
``` ```
### C ### C
```bash ```bash
git init
git clone
git add
git commit
git status
git switch
git log
git reset
git reflog
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册