From 28df714ded6ba40cc2bc9e814949cced58ed3d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 16 Jan 2024 02:33:56 +0100 Subject: [PATCH] docs: Drop default branch section from README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's been more than 2 ½ years since we renamed the default branch, people have probably got the message by now. Part-of: --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 923bc9cd7..b7eda3862 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,6 @@ to each commit message. Try to always prefix commit subjects with a relevant topic, such as `panel:` or `status/network:`, and it's always better to write too much in the commit message body than too little. -## Default branch - -The default development branch is `main`. If you still have a local -checkout under the old name, use: -```sh -git checkout master -git branch -m master main -git fetch -git branch --unset-upstream -git branch -u origin/main -git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main -``` - ## License GNOME Shell is distributed under the terms of the GNU General Public License,