mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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:
parent
5212171d0e
commit
c217e5905c
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user