mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
contributor-guide: submit-changes: how to request push access to repositories
Including content currently on http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded (From yocto-docs rev: 34b22fd3c48d55bcddbf725395f9ee4e389ae354) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
81f99caf91
commit
266cab4530
@@ -502,9 +502,18 @@ have been followed:
|
|||||||
in the
|
in the
|
||||||
`Git Community Book <https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows>`__.
|
`Git Community Book <https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows>`__.
|
||||||
|
|
||||||
#. *Push Your Commits to a "Contrib" Upstream:* If you have arranged for
|
#. *Request Push Access to an "Upstream" Contrib Repository:* Send an email to
|
||||||
permissions to push to an upstream contrib repository, push the
|
``helpdesk@yoctoproject.org``:
|
||||||
change to that repository::
|
|
||||||
|
- Attach your SSH public key which usually named ``id_rsa.pub.``.
|
||||||
|
If you don't have one generate it by running ``ssh-keygen -t rsa -b 4096 -C "your_email@example.com"``.
|
||||||
|
|
||||||
|
- List the repositories you're planning to contribute to.
|
||||||
|
|
||||||
|
- Include your preferred branch prefix for ``-contrib`` repositories.
|
||||||
|
|
||||||
|
#. *Push Your Commits to the "Contrib" Upstream:* Push your
|
||||||
|
changes to that repository::
|
||||||
|
|
||||||
$ git push upstream_remote_repo local_branch_name
|
$ git push upstream_remote_repo local_branch_name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user