How to Begin a Project from the Current Expertiza Repository

From Expertiza_Wiki
Revision as of 23:05, 31 January 2013 by Ajkofink (talk | contribs)
Jump to navigation Jump to search
  • 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.