From f2fee4c45fa5c3349a22252d077d159476252625 Mon Sep 17 00:00:00 2001 From: Mehdi104797 <92753457+Mehdi104797@users.noreply.github.com> Date: Sat, 15 Mar 2025 08:03:14 +0330 Subject: [PATCH] . --- GIT_SUBMODULE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT_SUBMODULE.md b/GIT_SUBMODULE.md index 8f64f5d..9b18dc5 100644 --- a/GIT_SUBMODULE.md +++ b/GIT_SUBMODULE.md @@ -36,7 +36,7 @@ If it is, remove it from the index git rm --cached systems/chat_ui If system/chat_ui exits, remote it(chat_ui) -rm -rf systems/chat_ui +rm -r systems/chat_ui Add the submodule git submodule add https://github.com/example/repo.git systems/chat_ui