the tacowolf websites monorepo
Go to file
2024-07-10 18:25:50 -04:00
birdcat.online@72a62f9639 chore: update birdcat.online 2024-07-10 18:25:50 -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@5a22963b1a chore: update mestizo.monster 2024-07-08 08:37:58 -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 chore: remove bird tacowolf net because birdcat online exist 2024-07-07 10:35:37 -04:00
LICENSE.md update blobcat.business and add license 2024-04-17 20:01:04 -04:00
README.md fix: readme because i just deleted that fkn site lol 2024-07-07 11:17:17 -04:00
upload.conf.example update configuration example 2024-04-17 20:49:13 -04:00
upload.sh feat: cleanbuild site every time 2024-07-08 09:27:19 -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 birdcat.online
git remote set-url --add --push origin forgejo@git.tacowolf.net:TacoWolf/birdcat.online.git

for birdcat.online.