How to push your work - SandyThomson/Java-Training GitHub Wiki

So as Sandy screwed up and didn't think about how using eclipse and github for lots of projects for different devs.

The plan at the moment is to keep the folder in the master branch blank and manage all of our code in branches roughly following this process:

  • create a new branch for this weeks chapters works from master eg. chapter1_rpi
  • do your work on the new branch
  • when you are ready to submit your work push the branch to origin
  • in github raise a new pull request for the branch that you have just pushed
  • assign the pull request to either SandyThomson or ardavey depending on which group you are in
  • this pull request will then be peer reviewed
  • after the weeks meeting this pull request will be closed

Following this process we should be able to create the required projects each week without crazy merge issues and not getting lost in pull requests.