

Pushing to poky-contrib git push -u poky-contrib branch-name:remote-branch-name

When your changes are ready, you can push them: "michaelw/fixes-thing".Īdd changes to this branch ensuring commit messages follow the standard format defined below. The convention is that the branch name contains your name followed by a forward slash and then the topic of the branch e.g. Read-only: $ git clone git:///Ĭreate a branch, originating at the tip, that you will push: For any other repository at that is not Poky, you can just clone it either read-only or read-write as follows: The process is simple for contributions that are not based off of the Poky repository. Read-write: $ git remote add poky-contrib Clone a (non-Poky) Repository from Read-only: $ git remote add poky-contrib git:///poky-contrib Execute only one of the two following instructions: You have the option to add the poky-contrib remote as a read-only (perhaps for the case where you haven't sent the ssh access keys) or as read-write if you have cleared your write access as indicated in Poky_Contributions#Request_Access. $ git clone git:///poky Add poky-contrib as a Git Remote You can skip to the Clone a Repository from section if you are not working in the poky-contrib repository, not all the repositories require this double relationship for contributions.Ĭlone the main git tree (if you haven't already):
#Does git checkout readwrite code
Base your code changes from the poky repository.
#Does git checkout readwrite how to
The first part of the git workflow explanation intends to let you know how to use these two repositories for: For contributions, there exists poky-contrib. Poky is a read-only repository that only the maintainers are able to write to. Where existing user branches can be seen. You might want to use git remote to pull from the master poky tree so that you pull in updates from there. Once you have access, you will be able to clone and push any of the other repositories at.

See to see which prefixes are already in use.
