From a36043840f7fdf1e8d804e55374cbad611137959 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:32:22 +0530 Subject: [PATCH] [.gitmodules]: updated info regarding submodule updates --- .gitmodules | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitmodules b/.gitmodules index b7ac0bc9..d709e207 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,15 @@ +#------------------------------- +# When changing url/branch in this .gitmodules file, +# Always ensure you run: +# 1. `git submodule sync --recursive` +# 2. `git submodule update --init --remote --recursive ` +# 3. IF for some reason, the update doesn't fetch from updated URL try the following: +# a. Either stage or unstage the .gitmodules file fully, ie (don't have it partially staged and partial changes as unstaged) +# b. Ensure git used is LATEST VERSION [wasted few hours due to this :( ] +# 4. To restore to the commit that is marked by the submodule commit tracker file, simply issue `update --recursive` without --remote +# `git submodule update --init --recursive ` +#------------------------------- + [submodule "Dependencies/Roxas"] path = Dependencies/Roxas url = https://github.com/rileytestut/Roxas.git @@ -19,7 +31,9 @@ [submodule "Dependencies/AltSign"] path = Dependencies/AltSign url = https://github.com/rileytestut/AltSign.git + # url = https://github.com/SideStore/AltSign.git branch = marketplace + # branch = master #sidestore dependencies [submodule "SideStore/minimuxer"] @@ -34,3 +48,4 @@ path = SideStore/libfragmentzip url = https://github.com/SideStore/libfragmentzip branch = master +