mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-22 01:44:36 -05:00
This eliminates duplicate code. - Only maintain the code in one place! To make sure the submodule is getting cloned too after cloning Poke_Transporter_GB, execute: git submodule update --init --recursive To update the submodule to a newer commit/different branch: cd PCCS git pull git checkout <commit_or_branchname> cd .. git add PCCS git commit git push The way it works is that a specific commit is tied to your Poke_Transporter_GB repository's PCCS folder.
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
[submodule "PCCS"]
|
|
path = PCCS
|
|
url = git@github.com:GearsProgress/Pokemon-Community-Conversion-Standard.git
|