Skip to content

Commit f60c779

Browse files
committed
add git_submodule_turorial
1 parent 1fa06ff commit f60c779

File tree

2 files changed

+402
-0
lines changed

2 files changed

+402
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,20 @@ git grep "hello"
13461346

13471347
其他更詳細的介紹,請參考 [https://git-scm.com/docs/git-grep](https://git-scm.com/docs/git-grep)
13481348

1349+
## git Submodule
1350+
1351+
由於這個內容稍微比較多,所以我另外寫了一篇,
1352+
1353+
* [Youtube Tutorial PART 1 - git Submodule tutorial - how create submodule](https://youtu.be/IDMWLJCbCGo)
1354+
1355+
* [Youtube Tutorial PART 2 - git Submodule tutorial - how update submodule](https://youtu.be/ogZoZOVyAYI)
1356+
1357+
* [Youtube Tutorial PART 3 - git Submodule tutorial - how clone submodule](https://youtu.be/f5_O5Iu6pJo)
1358+
1359+
* [Youtube Tutorial PART 4 - git Submodule tutorial - how remove submodule](https://youtu.be/imndFN7AvFA)
1360+
1361+
[git Submodule tutorial :memo:](https://github.com/twtrubiks/Git-Tutorials/blob/master/git_submodule_turorial.md)
1362+
13491363
## git 其他設定
13501364

13511365
我們已經設定了 user.name 以及 user.email ,但 Git 上其實還有很多可設定的東西

0 commit comments

Comments
 (0)