the tacowolf websites monorepo
Find a file
2024-04-17 21:44:09 -04:00
bird.tacowolf.net@2d966c6c9c update with upload script and gitignores to follow 2024-04-16 22:06:17 -04:00
birdcat.online@193b2e1f44 update upload parameters 2024-04-17 21:44:09 -04:00
birdcat.party@e0113701dd update upload parameters 2024-04-17 21:44:09 -04:00
blobcat.business@fcdd663158 update upload parameters 2024-04-17 21:44:09 -04:00
envs.net.taco@30a1fe9906 update with upload script and gitignores to follow 2024-04-16 22:06:17 -04:00
mestizo.monster@d5a293e349 update upload parameters 2024-04-17 21:44:09 -04:00
tacowolf.net@4b1fcad4ab update with upload script and gitignores to follow 2024-04-16 22:06:17 -04:00
.gitignore update with upload script and gitignores to follow 2024-04-16 22:06:17 -04:00
.gitmodules add birdcat.online repo to monorepo 2024-04-17 20:35:15 -04:00
LICENSE.md update blobcat.business and add license 2024-04-17 20:01:04 -04:00
README.md add barebones readme 2024-04-16 15:28:36 -04:00
upload.conf.example update configuration example 2024-04-17 20:49:13 -04:00
upload.sh update upload parameters 2024-04-17 21:44:09 -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.