Changes between Version 46 and Version 47 of DeveloperGuidelines/Git


Ignore:
Timestamp:
05/08/12 09:32:09 (12 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v46 v47  
    44== Developer Workflow ==
    55=== Fork a fresh Branch ===
    6 * Sign-up for an account on [https://github.com GitHub]
    7 * Fork the Eden Branch: https://github.com/flavour/eden/fork_select
    8 * Use Git to clone this down to your PC:
     6http://help.github.com/set-up-git-redirect
     71. Sign-up for an account on [https://github.com GitHub]
     82. Fork the Eden Branch: https://github.com/flavour/eden/fork_select
     93. Set Up Git on you your computer by following these instructions: http://help.github.com/set-up-git-redirect
     104. Use Git to clone this down to your PC:
    911
    1012Note: (So that you can contribute code back to the project) If you want to use SSH to push your changes to the code back to Github, you will need an SSH public key. There is on-line help at github (select Beginner - Set Up Git and then scroll down to Set Up SSH Keys) [1]
     
    1820[[Image(https://docs.google.com/drawings/pub?id=1TppJKr9Qrq6I2KpkljRixx5gYh1seRqCXk8KDWdeIF0&w=395&h=241)]]
    1921https://docs.google.com/drawings/d/1TppJKr9Qrq6I2KpkljRixx5gYh1seRqCXk8KDWdeIF0/edit
    20 
    2122=== Ongoing Coding ===
    2223We suggest adopting the [http://blog.hasmanythrough.com/2008/12/18/agile-git-and-the-story-branch-pattern Story Branch] pattern, which allows squashing commits in order to keep the main Trunk as clean as possible