> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Gentoo Takes the First Step to Ditch Microsoft Copilot-Infested GitHub
- URL: https://itsfoss.com/news/gentoo-github-switch-begins/
- Published: 2026-02-17T15:05:30.000Z
- Updated: 2026-02-17T15:05:30.000Z
- Description: Wondering about the replacement? Gentoo is betting on Codeberg.
- Author: Sourav Rudra
- Tags: News

Contributors to Gentoo Linux can now submit pull requests through [Codeberg](https://codeberg.org/gentoo/gentoo?ref=itsfoss.com) instead of [GitHub](https://github.com/gentoo/gentoo?ref=itsfoss.com). The repository mirror is already live (*only the* [*ebuild repo*](https://wiki.gentoo.org/wiki/Ebuild%5Frepository?ref=itsfoss.com)), with more of the project's Git infrastructure planned to follow along [in the coming months](https://www.gentoo.org/news/2026/02/16/codeberg.html?ref=itsfoss.com).

The move follows through on plans outlined in Gentoo's 2025 end-of-year review published [earlier this year](https://www.gentoo.org/news/2026/01/05/new-year.html?ref=itsfoss.com), where the team had made it clear that they would be migrating repository mirrors away from GitHub.

They provided the following rationale for this change:

> Mostly because of the continuous attempts to force [Copilot](https://github.com/features/copilot?ref=itsfoss.com) usage for our repositories, Gentoo currently considers and plans the migration of our repository mirrors and pull request contributions to Codeberg.

Developers can now submit pull requests through Codeberg using the [AGit workflow](https://forgejo.org/docs/latest/user/agit-support/?ref=itsfoss.com), which, the project says, **eliminates the need to maintain personal forks of the repository**. Gentoo has also published [detailed instructions](https://wiki.gentoo.org/wiki/Project:Codeberg/Pull%5Frequests?ref=itsfoss.com) on their wiki for contributors making the switch.

## Why Does it Matter?

[Version control systems](https://about.gitlab.com/topics/version-control/?ref=itsfoss.com) track changes to code over time, allowing multiple developers to work on the same project without conflicts. These systems maintain a complete history of modifications and enable teams to roll back problematic updates when needed.

[Git](https://git-scm.com/?ref=itsfoss.com) has become the dominant version control tool in software development, and many companies and organizations provide Git hosting services with features like pull requests, issue tracking, and continuous integration on top of the core version control functionality.

[GitHub](https://github.com/?ref=itsfoss.com) sits at the center of this ecosystem, with the platform hosting millions of repositories and serving as the default choice for many developers. But Microsoft's [acquisition of GitHub](https://news.microsoft.com/announcement/microsoft-acquires-github/?ref=itsfoss.com) in 2018 for $7.5 billion is a move that remains controversial.

Gentoo maintains mirrors of its repositories on GitHub **to simplify external contributions**. These mirrors duplicate the contents of Gentoo's primary Git infrastructure, which the project [hosts independently](https://gitweb.gentoo.org/repo/gentoo.git?ref=itsfoss.com).

[Codeberg](https://codeberg.org/?ref=itsfoss.com), on the other hand, promises no user tracking or third-party cookies. It runs on [Forgejo](https://forgejo.org/?ref=itsfoss.com) and is maintained by a German nonprofit based in Berlin. If you notice, the organizational structure contrasts with GitHub's Big Tech ownership.

Ultimately, this provides **an alternative for contributors who prefer not to use GitHub** while the project continues its gradual transition away from the platform.

---

**Suggested Read 📖:** [*Top GitHub Alternatives to Host Your Open Source Projects*](https://itsfoss.com/github-alternatives/)

[Microsoft GitHub Alternatives to Host Your Open Source ProjectsIf you are looking to migrate from GitHub, here are some of the best alternatives to GitHub for hosting the source code of your open-source project.![](https://itsfoss.com/content/images/icon/android-chrome-512x512-283.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/thumbnail/top-github-alternatives.png)](https://itsfoss.com/github-alternatives/)