| 2 | Periodically it is necessary to update the Git repository and dependencies, doing this using Git is beyond the scope of this maintenance manual (see also [https://git-scm.com/docs/git-pull git pull] and [https://git-scm.com/docs/git-checkout git checkout] for the two most commonly used Git methods for updating / switching code branches). However, it's a bit more complex to update the submodules. After code in the trunk has been updated, run the following command from the root path of your code repository to replicate the code sync to submodules: |