Skip to content

Commit 89b3a76

Browse files
author
Wulu
authored
docs: add tutorial link (#3)
* docs: update Git beginner tutorial description and add video cover * docs: update tutorial video section to include clickable link * content: update README with detailed participation guide and tutorial introduction * content: update README.md layout and emphasis style * docs: update README with interactive details tags * content: fix malformed details tag in README.md * docs: update participation section in README * docs: update README formatting for clarity
1 parent 6e11a63 commit 89b3a76

2 files changed

Lines changed: 41 additions & 12 deletions

File tree

README.md

Lines changed: 41 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,55 @@
1-
# Git-Tutorial
1+
# Git-Tutorial
22

3-
微雪 Git 入门教程,敬请期待...
3+
这是 [微雪 Git 入门教程](https://www.bilibili.com/video/BV18hAnzYEk6/) 中提到的练习仓库。
44

5-
## 教程视频
5+
你可在这里跟着步骤完成 Fork → 修改 → Pull Request 的练习。
66

7-
敬请期待...
7+
<a href="https://www.bilibili.com/video/BV18hAnzYEk6/">
8+
<img src="./assets/video-cover.webp" width="500" />
9+
</a>
810

9-
## 如何参与
11+
## 如何添加学习记录
1012

11-
1. 点击右上角 Fork 按钮,将仓库复制到你的账号下
13+
<details>
14+
<summary>练习步骤(点击可展开)</summary>
15+
16+
通过向本仓库提交 Pull Request 完成本次练习:
17+
18+
1. 点击右上角 **Fork** 按钮,将仓库复制到你的账号下
1219
2. 克隆你 Fork 的仓库到本地
20+
21+
```bash
22+
git clone https://github.com/<你的用户名>/Git-Tutorial.git
23+
```
24+
1325
3. 创建新分支
14-
4. 在下方「学习打卡」区域添加你的记录
26+
27+
```bash
28+
git checkout -b add-my-record
29+
```
30+
31+
4. 在下方「学习打卡」区域添加你的记录(格式见注释)
1532
5. 提交并推送到你的 Fork 仓库
16-
6. 向本仓库发起 Pull Request
33+
34+
```bash
35+
git add README.md
36+
git commit -m "docs: add learning record"
37+
git push origin add-my-record
38+
```
39+
40+
6. 回到 GitHub,向本仓库发起 **Pull Request**
41+
42+
</details>
43+
44+
> [!IMPORTANT]
45+
> 请仅修改「学习打卡」区域,其他内容的改动不会被合并。
1746
1847
## 学习打卡
1948

20-
<!--
21-
格式:- [用户名](GitHub 主页链接) - 日期
49+
<!--
50+
格式:- [用户名](GitHub 主页链接) 已学习 - YYYY-MM-DD
2251
示例:- [Waveshare-wulu](https://github.com/Waveshare-wulu) 已学习 - 2026-03-18
2352
请仅添加打卡记录,其他修改不会被合并
24-
-->
53+
-->
2554

26-
- [Waveshare-wulu](https://github.com/Waveshare-wulu) 已学习 - 2026-03-18
55+
- [Waveshare-wulu](https://github.com/Waveshare-wulu) 已学习 - 2026-03-18

assets/video-cover.webp

233 KB
Loading

0 commit comments

Comments
 (0)