mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
docs: Drop section about default branch renaming from README.md
It’s been there for 2 years (since commit d81165216d), people have probably got the message by now. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
180713772f
commit
9970ee1c97
12
README.md
12
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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user