Track Submodule Branch

- Update submodules to track branches instead of specific commits
- Update README to include "--remote" option for updating submodules
This commit is contained in:
Sravan Balaji
2021-05-12 20:25:32 -04:00
parent b96956c340
commit c6648c5f79
5 changed files with 20 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ Set the flag ~showUntrackedFiles~ to ~no~ on this specific (local) repo
Pull and update submodules
#+begin_src shell
config git submodule update --init --recursive
config git submodule update --init --recursive --remote
#+end_src
* Git