You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

You can merge Pull Requests only if you are a committer on Apache Mynewt. 

The direction of code flow is from Apache’s git servers to its GitHub mirror. A Pull Request (PR) needs to be merged into the git server, not the GitHub mirror.


  1. Set up git remote targets. At least one must point to apache.org. For example, you may set origin to point to the Apache git server.

 


2. Have a clean, up-to-date version of -core with master branch checked out.

3. Bring in the pull request (PR) you want to merge. 

4.  Push the change to apache’s git repository. In the example below you are pushing it to the "master" branch.

$ git push origin master 

 

  • No labels