Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next, use the merge command to merge the code into the target branch. And make sure to include a "This closes #" message so that Apache's GitHub integration feature will close the PR. For example:

    git merge -m "ThisCloses closes#<Pull <pullRequest request number" pr/<pull request number>Number>"

Perform a build and verify that it passes.

...