From 6a38a506cf1cbc41ab05c27693f19431a412222e Mon Sep 17 00:00:00 2001 From: Ted Liu <liu.t.teddy@gmail.com> Date: Mon, 27 Jul 2020 11:22:28 -0400 Subject: [PATCH] Brainstorm for different titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi 弘哲, I found your tutorial on YouTube, which is the best one on the internet in my opinion. I bookmarked this repo for my future reference. While I was reading it, I came up with ideas of making a couple of titles more clear. Please let me know if the proposal makes sense for you. Nice job creating this repo and the videos. Regards, Teddy --- git_submodule_turorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git_submodule_turorial.md b/git_submodule_turorial.md index d150c68..f4e451b 100644 --- a/git_submodule_turorial.md +++ b/git_submodule_turorial.md @@ -44,7 +44,7 @@ git Submodule 的官方文件可參考 [git-submodule](https://git-scm.com/docs/ 既然了解了使用情境,那我們就來看看它該怎麼使用:satisfied: -## how to create submodule +## how to add a submodule (to main project) 手把手帶大家動手做 [Youtube Tutorial PART 1 - git Submodule tutorial - how to create submodule](https://youtu.be/IDMWLJCbCGo), @@ -237,7 +237,7 @@ the current branch of the submodule will be rebased onto the commit recorded in 這種作法更方便,也解決了 **HEAD detached** 的問題 :thumbsup: -## how to clone submodule +## how to clone a project with submodule(s) 手把手帶大家動手做 [Youtube Tutorial PART 3 - git Submodule tutorial - how to clone submodule](https://youtu.be/f5_O5Iu6pJo),