Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Submodules

Tyler Gamvrelis edited this page Aug 6, 2018 · 1 revision

Adding submodules

  1. Go to your local soccer-embedded repository in Git Bash
  2. Type "git submodule update --init --recursive". This should add all submodules
  3. In GitHub Desktop, go File -> Add local repository and select the folder of the submodule

Making changes to a submodule

  1. Make the submodule your current repository and make your changes there and commit
  2. Make the submodule's parent your current repository and commit the change to the submodule there