Skip to content

Commit 13f16c7

Browse files
ywh555hhhPlucky923
authored andcommitted
docs: Add reference to video in advanced Git theory section
1 parent d4658b3 commit 13f16c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ch3/sec1/subsec3/5-advanced-theory.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,4 +399,4 @@ Git 会更新当前分支的引用,使其指向新的 Commit 对象的哈希
399399
此时我们就能明白原来每一次 commit 的都实现了**快照**的效果,并且不会占用过多的磁盘空间。
400400
401401
!!! note "总结"
402-
在本小节中,我们顺着 Scott Chacon 的思路,从对象的类型和格式,到对象的存储过程,再到对象的引用,最后到 Git 的底层运作,一步步深入地了解了 Git 的底层原理。我们能透过现象看到本质,从而对 Git 有一个更深入的理解。
402+
在本小节中,我们顺着 Scott Chacon 的思路,从对象的类型和格式,到对象的存储过程,再到对象的引用,最后到 Git 的底层运作,一步步深入地了解了 Git 的底层原理。我们能透过现象看到本质,从而对 Git 有一个更深入的理解。本小节的图片参考了 [UP 主好奇猫学院的视频](https://space.bilibili.com/357799727?spm_id_from=333.337.search-card.all.click),有兴趣的同学可以去看一看。

0 commit comments

Comments
 (0)