Changes between Version 61 and Version 62 of DeveloperGuidelines/Git
- Timestamp:
- 12/06/12 08:09:27 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v61 v62 9 9 1. There is [[https://help.github.com/|on-line help at GitHub]] 10 10 11 Then get your own copy of the Eden repo on both GitHub and your local machine: 11 Note: (So that you can contribute code back to the project) You need to be able to authenticate to GitHub in order to "push" your changes to your GitHub repo. GitHub has a "new" authentication method using "credentials" 12 If you prefer to use SSH keys (which do not require entering a password). (select Bootcamp -> Set Up Git and then scroll down to Set Up SSH Keys) 13 14 Then get your own copy of the Eden repository (repo) on both !GitHub and your local machine: 12 15 1. Fork the Eden repo at: https://github.com/flavour/eden/fork_select 13 16 1. Use git to clone your own new fork down to your PC, as follows: … … 18 21 git remote add upstream git://github.com/flavour/eden.git 19 22 }}} 20 21 Note: (So that you can contribute code back to the project) You need to be able to authenticate to GitHub in order to "push" your changes to your GitHub repo. GitHub has a "new" authentication method using "credentials"22 If you prefer to use SSH keys (which do not require entering a password). (select Bootcamp -> Set Up Git and then scroll down to Set Up SSH Keys)23 23 24 24 [[Image(https://docs.google.com/drawings/pub?id=1TppJKr9Qrq6I2KpkljRixx5gYh1seRqCXk8KDWdeIF0&w=395&h=241)]]