Versions Compared

Key

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

...

  • Make your your changes on a branch (or even on master) and commit the change to your local clone of the fork using 'git commit'
  • Push your changed code to your private fork:  'git push origin <branch>' where <branch> may be master.
  • Then visit your fork at http://github.com/<username>/incubator-nuttx
  • To the right of the Branch menu, click New pull request and follow the instructions.

...