Joseph Nuthalapati is a user on social.masto.host. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.

the single most important criteria when replacing Github
joeyh.name/blog/entry/the_sing

Consider all the data that's used to provide the value-added features on top of git. Issue tracking, wikis, notes in commits, lists of forks, pull requests, access controls, hooks, other configuration, etc.

Is that data stored in a git repository?

#github

Joseph Nuthalapati @njoseph

@joeyh Fossil-scm is an attempt to bundle issue tracking, wikis, comments etc. along with a version control system. Everything goes into the same repository. Everyone who clones a fossil repository has a full copy of the website along with the code (think git + GitHub both being in the repository itself).

I was using it for a pet project but didn't try it with a team.

fossil-scm.org