How to Begin a Project from the Current Expertiza Repository: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
* If you want more practice using Git and to help out the Expertiza team, you should merge the current upstream master branch back into your project before creating a pull request.
* If you want more practice using Git and to help out the Expertiza team, you should merge the current upstream master branch back into your project before creating a pull request.
* When you are finished, [https://help.github.com/articles/using-pull-requests create a pull request] so that your code can easily be merged into Expertiza
* When you are finished, [https://help.github.com/articles/using-pull-requests create a pull request] so that your code can easily be merged into Expertiza
** Please create a pull request message detailing the changes you made in which files for your project.

Revision as of 23:05, 31 January 2013

  • Login to Github or create an account.
  • Set up Git on your development machine:
    • You may use either shell commands or a GUI for GIt. I recommend using the shell because the commands are the same cross-platform.
  • Fork the Expertiza project
  • Make your changes, committing often, until your project is complete.
  • If you want more practice using Git and to help out the Expertiza team, you should merge the current upstream master branch back into your project before creating a pull request.
  • When you are finished, create a pull request so that your code can easily be merged into Expertiza
    • Please create a pull request message detailing the changes you made in which files for your project.