From cde44ccc87042f101f15bd18f82d7cfc4648b3ce Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Apr 12 2021 12:26:27 +0000 Subject: Describes issue #618 --- diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index efbfd5d..ee36900 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -3,3 +3,9 @@ include::{partialsdir}/entities.adoc[] [[select-distribution]] = Distribution-wide Changes + +== Main is a new name for default git repository branches + +With Fedora 34 release, data residing on the `master` branch in all Fedora git repositories have been moved to a branch named `main`. This update is in line with Fedora's vision to be free and open source software built by inclusive, welcoming, and open-minded communities. + +Users with existing clones of Fedora repositories need to do `git pull` to get the changed default branches. Users with existing pull requests against the `master` branch need to do `git rebase` against the `main` branch.