From 9970ee1c9708c5235eb5c9ae79ebf925b0386167 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 22 Mar 2023 12:53:05 +0000 Subject: [PATCH] docs: Drop section about default branch renaming from README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s been there for 2 years (since commit d81165216d), people have probably got the message by now. Signed-off-by: Philip Withnall --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index e78a28c2c..acf2e0f83 100644 --- a/README.md +++ b/README.md @@ -79,15 +79,3 @@ Closes: #123 Otherwise, create a new merge request that introduces the change. Filing a separate issue is not required. -## Default branch renamed to `main` - -The default development branch of GLib has been renamed to `main`. To update -your local checkout, 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 -```