From 2e0d14ab6160e8ec8bbc7de1cd24ccc3ff80688c Mon Sep 17 00:00:00 2001 From: shadi Date: Sat, 3 May 2025 07:48:37 -0700 Subject: [PATCH] 0 --- GIT_SUBMODULE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GIT_SUBMODULE.md b/GIT_SUBMODULE.md index ce465df..5e5326e 100644 --- a/GIT_SUBMODULE.md +++ b/GIT_SUBMODULE.md @@ -1,6 +1,9 @@ Add new repo: git submodule add https://git2.tavasi.ir/front/chat_ui.git systems/chat_ui -f +clone from a single branch +git clone --single-branch --branch rezae/feat/add-task-module --recurse-submodules https://git2.tavasi.ir/front/base_ui.git + Cloning a Repository with Submodules If you clone a repository that contains submodules, you'll need to initialize and update the submodules: git clone