Changes between Version 46 and Version 47 of DeveloperGuidelines/Git
- Timestamp:
- 05/08/12 09:32:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v46 v47 4 4 == Developer Workflow == 5 5 === 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: 6 http://help.github.com/set-up-git-redirect 7 1. Sign-up for an account on [https://github.com GitHub] 8 2. Fork the Eden Branch: https://github.com/flavour/eden/fork_select 9 3. Set Up Git on you your computer by following these instructions: http://help.github.com/set-up-git-redirect 10 4. Use Git to clone this down to your PC: 9 11 10 12 Note: (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] … … 18 20 [[Image(https://docs.google.com/drawings/pub?id=1TppJKr9Qrq6I2KpkljRixx5gYh1seRqCXk8KDWdeIF0&w=395&h=241)]] 19 21 https://docs.google.com/drawings/d/1TppJKr9Qrq6I2KpkljRixx5gYh1seRqCXk8KDWdeIF0/edit 20 21 22 === Ongoing Coding === 22 23 We 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