From 01f39d852271de5d9324b62374c97305fb1f1127 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 28 Apr 2023 17:29:08 -0400 Subject: [PATCH] README: Updates Drop the section that talked about main and how to update local checkouts - its been 2 years, people should have gotten around to it by now. Add some general git hints instead. --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d9d18da8f5..8ccaca271b 100644 --- a/README.md +++ b/README.md @@ -116,19 +116,12 @@ docs/reference/gtk/html/gtk-building.html Or [online](https://docs.gtk.org/gtk4/building.html) -Default branch renamed to `main` --------------------------------- +Building from git +----------------- -The default development branch of GTK 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 -``` +The GTK sources are hosted on [gitlab.gnome.org](http://gitlab.gnome.org). The main +development branch is called `main`, and stable branches are named after their minor +version, for example `gtk-4-10`. How to report bugs ------------------