Git sans forge
I don’t use any git ‘forge’ system layered on top of Git, like Gitlab or Github, which automatically makes a bug tracking database for each project, and provides a convenient button for a user to open a merge request / pull request.
[…]
Git forge websites come with a bunch of stuff beyond the plain git repository. That’s their whole point.
Simon Tatham, Git without a forge, https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/git-no-forge/
Je suis conscient que mon intérêt pour les utilisations de Git les plus extrêmes peut sembler obsessionnel, mais ce qui me fascine c’est surtout la description des façons de travailler en lien avec l’indépendance, l’interopérabilité et la durabilité. Simon Tatham explique patiemment pourquoi et comment il se passe de forge comme GitLab et GitHub, et la pertinence d’utiliser les fonctionnalités d’un outil sans surcouche.