|
|
|
|
|
by dspillett
2939 days ago
|
|
> Gitea isn't meant to replace Github... it's meant to be a self-hosted alternative to it. That's subtly different. Furthermore it is not unusual to see people run Gitea, GitLab, or just stock git, for their main repository and use GitHub as a public mirror. This takes advantage of GitHub's inertia, and acts as an extra backup. The way git is design to be distributed makes this easy to achieve for the actual repositories. Issue tracking, CI, and everything else that isn't actually git (the core source control feature-set) isn't as easy of course, as that is more product specific. |
|