mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
Merge branch 'default-branch-docs' into 'main'
docs: Drop section about default branch renaming from README.md See merge request GNOME/glib!3345
This commit is contained in:
commit
bd63436fad
12
README.md
12
README.md
@ -79,15 +79,3 @@ Closes: #123
|
|||||||
Otherwise, create a new merge request that introduces the change. Filing a
|
Otherwise, create a new merge request that introduces the change. Filing a
|
||||||
separate issue is not required.
|
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