Salta al contenuto principale

Development using git

Submitting work without write access

← Older revision Revision as of 16:35, 15 August 2023
(One intermediate revision by the same user not shown)
Line 42: Line 42:


{{Cmd|git log}}
{{Cmd|git log}}
=== Submitting work without write access ===
You can still [https://wiki.alpinelinux.org/wiki/Creating_patches submit a patch] without write access to the Alpine repository. For this you need to create an account on Alpine's GitLab, fork the desired repository (the fork resides on the server), clone the fork on your computer, make your changes into a separate branch, push the branch and create a merge request for that branch through the GitLab Web GUI.


=== With write access ===
=== With write access ===
Distro