Maintainer's Guide - code3z/vivaldi_mods_collection GitHub Wiki
This page is for things specific to maintaining this repository like working with submodules in git.
Creating a submodule is like this:
git submodule add https://github.com/LonMcGregor/VivaldiMods.git mods/lonm/VivaldiMods/
git submodule add <URL> <path to clone into>
Be sure to include the trailing slash.
To remove from the index, use git rm
. This may be neccessary to replace cloned URL's with submodules.
Additionally, cloning must be done recursively to include all submodules:
git clone https://github.com/code3z/vivaldi_mods_collection.git --recursive