Skip to content

Commit e47b8b5

Browse files
authored
Update git101.mdx
1 parent 23e982e commit e47b8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/docs/CommunityShare/Geek/git101.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ docId: tksz80mfqqyzwzzer5p3uxtg
4040
| `git diff HEAD` → 工作区 vs 最近提交 | `git log --grep="<pattern>"` → 按说明搜索 |
4141
| `git diff --cached` → 暂存区 vs 最近提交 | `git log --graph --decorate` → 图形化历史 |
4242

43-
##模拟演练
43+
## 模拟演练
4444
推荐一个git的模拟演练沙盒网站,帮助初学者快速上手git操作:https://learngitbranching.js.org/

0 commit comments

Comments
 (0)