5 | | === Fork a fresh Branch === |
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 |
9 | | 4. Use Git to clone this down to your PC: |
10 | | |
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) |
| 5 | === Fork a fresh repository === |
| 6 | If you've not used !GitHub before: |
| 7 | 1. Sign-up for an account on [https://github.com GitHub] |
| 8 | 1. Set up git on you your computer by following [[http://help.github.com/set-up-git-redirect|these instructions]]. |
| 9 | 1. There is [[https://help.github.com/|on-line help at GitHub]] |
| 10 | |
| 11 | Then get your own copy of the Eden repo on both GitHub and your local machine: |
| 12 | 1. Fork the Eden repo at: https://github.com/flavour/eden/fork_select |
| 13 | 1. Use git to clone your own new fork down to your PC, as follows: |