Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The "UsingGIT" page has been changed by BenediktRitter: https://wiki.apache.org/commons/UsingGIT?action=diff&rev1=17&rev2=18 Comment: Add pointer to GitHub plain text views for pull requests == Applying Pull Requests (for svn based components) == + If you accept a pull request, you have to apply it as a patch to the Apache WIP repository, this commit will then be propagated to the !GitHub mirror. !GitHub provides a nice API for retrieving diffs for pull requests: just add ".diff" or ".patch" to the PR URL and you will get the diff/patch, for example https://github.com/apache/commons-foo/pull/72.diff. - If you accept a pull request, you have to apply it as a patch to the Apache WIP repository, this commit will then be propagated to the !GitHub mirror. In the comment of the commit/merge you should use !GitHub syntax (closes #xx) to close the PR. There is no other way to close pull requests. So to reduce the INFRA teams workload (to work on your tickets with close requests) remember this procedure. + In the comment of the commit/merge you should use !GitHub syntax (closes #xx) to close the PR. There is no other way to close pull requests. So to reduce the INFRA teams workload (to work on your tickets with close requests) remember this procedure. == Applying Pull Requests (for git based components) == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
