Changes between Version 47 and Version 48 of DeveloperGuidelines/Git
- Timestamp:
- 05/08/12 09:36:04 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v47 v48 4 4 == Developer Workflow == 5 5 === Fork a fresh Branch === 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 6 1. If you've not used !GitHub before, set up Git on you your computer by following these instructions: http://help.github.com/set-up-git-redirect 7 2. Sign-up for an account on [https://github.com GitHub] 8 3. Fork the Eden Branch: https://github.com/flavour/eden/fork_select 10 9 4. Use Git to clone this down to your PC: 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]11 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) 13 12 {{{ 14 13 cd web2py/applications