Skip to content

Commit aeafa7d

Browse files
committed
Update README_zh.md
1 parent 662fd66 commit aeafa7d

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README_zh.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,31 @@
1313
![Git](https://img.shields.io/badge/Git-whitesmoke?style=for-the-badge&logo=git)
1414

1515

16+
## 练习
17+
18+
| 序号 | 名称 | 难度 | 练习 |
19+
|--------|------------------------------------------------|--------|---------------------------------------------------------------------------------------------------------------------------|
20+
| 01 | 🎯 🔵 初始化 Git 项目 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-initialize-git-project-385166'>开始挑战</a> |
21+
| 02 | 🎯 🟢 添加子模块 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-add-a-submodule-challenge-12611'>开始挑战</a> |
22+
| 03 | 🎯 🟢 克隆缺失的子模块 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-clone-missing-submodules-challenge-12620'>开始挑战</a> |
23+
| 04 | 🎯 🟢 禁用快进合并 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-disable-fast-forward-merging-challenge-12642'>开始挑战</a> |
24+
| 05 | 🎯 🟢 编辑 Git 配置文件 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-edit-git-configuration-file-challenge-12645'>开始挑战</a> |
25+
| 06 | 🎯 🟢 获取当前分支名称 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-get-the-current-branch-name-challenge-12633'>开始挑战</a> |
26+
| 07 | 🎯 🟢 合并分支 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-merge-a-branch-challenge-12655'>开始挑战</a> |
27+
| 08 | 🎯 🟢 设置默认推送分支名称 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-set-default-push-branch-name-challenge-12672'>开始挑战</a> |
28+
| 09 | 🎯 🟢 查看提交之间的更改 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-view-changes-between-commits-challenge-12684'>开始挑战</a> |
29+
| 10 | 🎯 🟢 查看撤销历史记录 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-view-undo-history-challenge-12696'>开始挑战</a> |
30+
| 11 | 🎯 🔵 取消文件更改 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-cancel-file-change-387714'>开始挑战</a> |
31+
| 12 | 🎯 🟢 将文件添加到暂存区 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-add-files-to-the-staging-area-challenge-12675'>开始挑战</a> |
32+
| 13 | 🎯 🔵 自动纠正 Git 命令 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-autocorrect-git-commands-challenge-12614'>开始挑战</a> |
33+
| 14 | 🎯 🟢 克隆第一个热门存储库 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-clone-the-first-trending-repository-12621'>开始挑战</a> |
34+
| 15 | 🎯 🟢 配置 git 文本编辑器 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-configure-the-git-text-editor-challenge-12673'>开始挑战</a> |
35+
| 16 | 🎯 🟢 查看当前状态 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-view-current-status-challenge-12695'>开始挑战</a> |
36+
| 17 | 🎯 🟢 查看仓库的可视化图形 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-view-a-visual-graph-of-the-repository-challenge-12685'>开始挑战</a> |
37+
| 18 | 🎯 🟢 使用 GitHub 配置 Git | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-git-configuration-with-github-23'>开始挑战</a> |
38+
| 19 | 🎯 🔵 Git 基础:添加、提交、查看状态、查看差异 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/shell-git-fundamentals-add-commit-status-diff-387715'>开始挑战</a> |
39+
| 20 | 🎯 🟢 创建你的第一个 Git 仓库 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-create-your-first-git-repository-12632'>开始挑战</a> |
40+
1641
## 学习环境
1742

1843
LabEx 是一个专注于编程和技术的交互式动手学习平台。它结合了实验室、AI 辅助和虚拟机,提供无视频的实践学习体验。
@@ -23,35 +48,10 @@ LabEx 是一个专注于编程和技术的交互式动手学习平台。它结
2348
- 浏览器内的交互式在线环境,具有自动化的逐步检查。
2449
- 基于技能树的结构化内容组织系统。
2550
- 不断增长的学习资源,包含 30 个技能树和超过 6,000 个实验。
26-
- 基于 ChatGPT 构建的 AI 学习助手 Labby,提供对话式学习体验。
51+
- 基于最新 AI 模型构建的学习助手 Labby,提供对话式学习体验。
2752

2853
了解更多 [LabEx VM](https://support.labex.io/using-labex/virtual-machine).
2954

30-
## 练习
31-
32-
| 序号 | 名称 | 难度 | 练习 |
33-
|--------|---------------------------------------------|--------|---------------------------------------------------------------------------------------------------------------------------|
34-
| 01 | 🎯 初始化 Git 项目 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-initialize-git-project-385166'>开始挑战</a> |
35-
| 02 | 🎯 添加子模块 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-add-a-submodule-challenge-12611'>开始挑战</a> |
36-
| 03 | 🎯 克隆缺失的子模块 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-clone-missing-submodules-challenge-12620'>开始挑战</a> |
37-
| 04 | 🎯 禁用快进合并 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-disable-fast-forward-merging-challenge-12642'>开始挑战</a> |
38-
| 05 | 🎯 编辑 Git 配置文件 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-edit-git-configuration-file-challenge-12645'>开始挑战</a> |
39-
| 06 | 🎯 获取当前分支名称 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-get-the-current-branch-name-challenge-12633'>开始挑战</a> |
40-
| 07 | 🎯 合并分支 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-merge-a-branch-challenge-12655'>开始挑战</a> |
41-
| 08 | 🎯 设置默认推送分支名称 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-set-default-push-branch-name-challenge-12672'>开始挑战</a> |
42-
| 09 | 🎯 查看提交之间的更改 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-view-changes-between-commits-challenge-12684'>开始挑战</a> |
43-
| 10 | 🎯 查看撤销历史记录 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-view-undo-history-challenge-12696'>开始挑战</a> |
44-
| 11 | 🎯 取消文件更改 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-cancel-file-change-387714'>开始挑战</a> |
45-
| 12 | 🎯 将文件添加到暂存区 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-add-files-to-the-staging-area-challenge-12675'>开始挑战</a> |
46-
| 13 | 🎯 自动纠正 Git 命令 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-autocorrect-git-commands-challenge-12614'>开始挑战</a> |
47-
| 14 | 🎯 克隆第一个热门存储库 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-clone-the-first-trending-repository-12621'>开始挑战</a> |
48-
| 15 | 🎯 配置 git 文本编辑器 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-configure-the-git-text-editor-challenge-12673'>开始挑战</a> |
49-
| 16 | 🎯 查看当前状态 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-view-current-status-challenge-12695'>开始挑战</a> |
50-
| 17 | 🎯 查看仓库的可视化图形 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-view-a-visual-graph-of-the-repository-challenge-12685'>开始挑战</a> |
51-
| 18 | 🎯 使用 GitHub 配置 Git | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-git-configuration-with-github-23'>开始挑战</a> |
52-
| 19 | 🎯 Git 基础:添加、提交、查看状态、查看差异 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/shell-git-fundamentals-add-commit-status-diff-387715'>开始挑战</a> |
53-
| 20 | 🎯 创建你的第一个 Git 仓库 | 初级 | <a target='_blank' href='https://labex.io/zh/labs/git-create-your-first-git-repository-12632'>开始挑战</a> |
54-
5555
## 更多
5656

5757
- 🔗 [Git 编程课程](https://github.com/labex-labs/awesome-programming-courses)

0 commit comments

Comments
 (0)