From 7446fd9f1f233b40ad5dc1975150595758241650 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 1 May 2024 14:07:47 +0200 Subject: [PATCH] Update AddSubmoduleToGitRepo --- AddSubmoduleToGitRepo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AddSubmoduleToGitRepo.md b/AddSubmoduleToGitRepo.md index 78f69ab..fbd7eb4 100644 --- a/AddSubmoduleToGitRepo.md +++ b/AddSubmoduleToGitRepo.md @@ -2,8 +2,8 @@ If you want to use another git repo within your repo but still get updates from or contribute to the upstream repo without breaking things, then you need to add -the repo as a submodule. this tells git that this folder is another repo and it -will add a link to it and not cause problems. +the repo as a submodule. This tells git that this folder is another repo and it +will add a link to it instead. Step1: go to your repo. Use the following command instead of pull: