"Codeberg greatest feature is democracy" #git #github
https://hey.hagelb.org/@technomancy/statuses/01K2DHHGPTND5H0Q506375M864
Can someone please tell me if specifying `fetchRecurseSubmodules = true` on a submodule in `.gitmodules` actually does anything?
The way I read it, it's meant to descend down all referenced submodules in the repo on `git pull` and `git fetch`, unless overridden in global config or when the `--no-recurse-submodules` argument is specified.
But it seems to me like it's just a no-op.
https://git-scm.com/docs/gitmodules#Documentation/gitmodules.txt-submodulenamefetchRecurseSubmodules
Just moved al my #git repos from #GitHub to my own #Forgejo instance.
I did complete setup with #sso (single sign on) using #KeyCloak and with in-docker runner.
Up until today's morning I was going to install gitlab, but I was persuaded by being presented as lightweight, fully selfhostable, 100% open and with federating features on the way.
Looking forward to try some federation stuff.
https://git.skorpil.cz/explore/repos
Seeing a lot of folks in my timeline interested in alternative #git hosts but worried about losing automated deploys.
I imagine we’ll see more solutions to that challenge in the coming weeks. But if you don’t want to wait and your needs are simple, this is just a gentle reminder that you might not *need* automated deploys?
I recently shared how I use rsync to deploy my #eleventy site to my host (@alwaysdata): https://tylersticka.com/journal/how-i-deploy-this-site/
There’s also SFTP, CLIs from Netlify and their competitors, etc.
For a small studio with less than 100 repositories and only the need for issue tracking, what's the best Github alternative? Private repos are a requirement. #git #github #alternatives