Skip to content

Commit

Permalink
Update git.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HM-ZC authored Oct 26, 2024
1 parent 5c5ced8 commit 19b6b81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _2024-finalproject/HM-ZC/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
```

2. **截图**
- ![使用 git reset 回退所有修改](./截图 2024-10-26 16-28-18.png)
- ![使用 git reset 回退所有修改](./截图-2024-10-26-16-28-18.png)

### 方法二:

Expand All @@ -23,7 +23,7 @@
```

3. **截图**
- ![取消暂存的更改和回退工作区的更改](./截图 2024-10-26 16-34-07.png)
- ![取消暂存的更改和回退工作区的更改](./截图-2024-10-26-16-34-07.png)

## 问题 2:回退已提交的版本

Expand All @@ -36,7 +36,7 @@
```

2. **截图**
- ![使用 git revert 创建新的提交](./截图 2024-10-26 16-41-53.png)
- ![使用 git revert 创建新的提交](./截图-2024-10-26-16-41-53.png)

### 方法二:

Expand All @@ -46,7 +46,7 @@
```

2. **截图**
- ![硬回退](./截图 2024-10-26 16-42-49.png)
- ![硬回退](./截图-2024-10-26-16-42-49.png)

## 问题 3:

Expand All @@ -59,7 +59,7 @@
```

2. **截图**
- ![使用 git rebase 合并分支](./截图 2024-10-26 16-45-07.png)
- ![使用 git rebase 合并分支](./截图-2024-10-26-16-45-07.png)

### 方法二:

Expand All @@ -70,4 +70,4 @@
```

2. **截图**
- ![使用 git cherry-pick 选择性合并提交](./截图 2024-10-26 16-47-32.png)
- ![使用 git cherry-pick 选择性合并提交](./截图-2024-10-26-16-47-32.png)

0 comments on commit 19b6b81

Please sign in to comment.