From c217e5905cea37c6b6a585f4468bf21366914808 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 24 May 2023 16:34:25 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20Don=E2=80=99t=20mention=20pushing=20dir?= =?UTF-8?q?ectly=20to=20origin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If people do that, it clutters the place up with branches which are not deleted-on-merge by default. Better to use their own forks. And the people who are in a position to be able to push directly to `origin` are not going to be reading the `CONTRIBUTING.md` file, so this paragraph is noise to most readers anyway. Signed-off-by: Philip Withnall --- CONTRIBUTING.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dad12b87a..3435df349 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,14 +139,6 @@ $ git clone https://gitlab.gnome.org/yourusername/glib.git $ cd glib ``` -**Note**: if you plan to push changes to back to the main repository and -have a GNOME account, you can skip the fork, and use the following instead: - -```sh -$ git clone git@ssh.gitlab.gnome.org:GNOME/glib.git -$ cd glib -``` - To compile the Git version of GLib on your system, you will need to configure your build using Meson: