learn.md 526 字节
Newer Older
F
feilong 已提交
1 2
# Git使用

F
rename  
feilong 已提交
3 4 5 6
* 创建仓库: git init / git clone
* 添加文件: git add / git commit
* 查看修改: git status / git diff
* 恢复文件: git log / git reset
F
feilong 已提交
7

F
feilong 已提交
8
请点击[Git使用](https://codechina.csdn.net/courses/register/1/3){target="_blank"} 并完成所有题目,完成学习请关闭Issue。
F
rename  
feilong 已提交
9

F
feilong 已提交
10
以下哪个选项是[Git使用](https://codechina.csdn.net/courses/register/1/3){target="_blank"}里的描述的知识?
F
feilong 已提交
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36

## 答案

```bash

```

## 选项

### A

```bash

```

### B

```bash

```

### C

```bash

```