We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e982e commit e47b8b5Copy full SHA for e47b8b5
app/docs/CommunityShare/Geek/git101.mdx
@@ -40,5 +40,5 @@ docId: tksz80mfqqyzwzzer5p3uxtg
40
| `git diff HEAD` → 工作区 vs 最近提交 | `git log --grep="<pattern>"` → 按说明搜索 |
41
| `git diff --cached` → 暂存区 vs 最近提交 | `git log --graph --decorate` → 图形化历史 |
42
43
-##模拟演练
+## 模拟演练
44
推荐一个git的模拟演练沙盒网站,帮助初学者快速上手git操作:https://learngitbranching.js.org/
0 commit comments