docs: Don’t mention pushing directly to origin

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 <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2023-05-24 16:34:25 +01:00
parent 5212171d0e
commit c217e5905c

View File

@ -139,14 +139,6 @@ $ git clone https://gitlab.gnome.org/yourusername/glib.git
$ cd glib $ 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 To compile the Git version of GLib on your system, you will need to
configure your build using Meson: configure your build using Meson: