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 -```