Versions Compared

Key

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

...

You may then implement your changes, commit them and push the branch to your forked repository:

  1. git push https://github.com/YOUR_USERNAME/netbeans.git mywork:mywork

You can then use the github UI to create a Pull request from your branch.

(git should print a direct link to the new PR page if this command succeeds, the github page of your fork should now also have a big green create PR button on top)

PR guide on github: https://help.github.com/articles/creating-a-pull-request/

Note: If you are a committer, please read the CI section of the reviewer guide before pressing the create PR button.

...