the tacowolf websites monorepo
birdcat.online@82ffa991a4 | ||
birdcat.party@e0113701dd | ||
blobcat.business@fcdd663158 | ||
envs.net.taco@30a1fe9906 | ||
mestizo.monster@5a22963b1a | ||
tacowolf.net@4b1fcad4ab | ||
.gitignore | ||
.gitmodules | ||
LICENSE.md | ||
README.md | ||
upload.conf.example | ||
upload.sh |
websites @ tacowolf dot net
aka everything taco and frends work on
cloning all submodules
git clone --recurse-submodules --remote-submodules -j8 https://git.tacowolf.net/TacoWolf/websites
--recurse-submodules
will automatically initialize and update each submodule in the repository to their last recorded SHA in this repo.
--remote-submodules
will automatically fetch the latest versions of that submodule from that repo if there are untracked changes.
-j8
downloads more files in parallel.
then you can check out the source code for each project!
pushing over ssh
on newer git versions, you can use --add --push
to set a url to push in each repository, for example:
cd birdcat.online
git remote set-url --add --push origin forgejo@git.tacowolf.net:TacoWolf/birdcat.online.git
for birdcat.online
.