the tacowolf websites monorepo
Find a file
2024-04-16 20:14:31 -04:00
bird.tacowolf.net@c222bcb317 add repository submodules 2024-04-16 14:48:11 -04:00
birdcat.party@2aa14a2939 add repository submodules 2024-04-16 14:48:11 -04:00
blobcat.business@dc31f35ee9 add repository submodules 2024-04-16 14:48:11 -04:00
envs.net.taco@472b00acdd add repository submodules 2024-04-16 14:48:11 -04:00
mestizo.monster@fb2758a176 update mestizo.monster 2024-04-16 20:14:31 -04:00
tacowolf.net@e1f7b5e8bd add repository submodules 2024-04-16 14:48:11 -04:00
.gitmodules update mestizo.monster 2024-04-16 20:14:31 -04:00
README.md add barebones readme 2024-04-16 15:28:36 -04:00

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 bird.tacowolf.net
git remote set-url --add --push origin forgejo@git.tacowolf.net:TacoWolf/bird.tacowolf.net.git

for bird.tacowolf.net.