Changes between Version 61 and Version 62 of DeveloperGuidelines/Git


Ignore:
Timestamp:
12/06/12 08:09:27 (12 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v61 v62  
    991. There is [[https://help.github.com/|on-line help at GitHub]]
    1010
    11 Then get your own copy of the Eden repo on both GitHub and your local machine:
     11Note: (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"
     12If 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
     14Then get your own copy of the Eden repository (repo) on both !GitHub and your local machine:
    12151. Fork the Eden repo at: https://github.com/flavour/eden/fork_select
    13161. Use git to clone your own new fork down to your PC, as follows:
     
    1821git remote add upstream git://github.com/flavour/eden.git
    1922}}}
    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)
    2323
    2424[[Image(https://docs.google.com/drawings/pub?id=1TppJKr9Qrq6I2KpkljRixx5gYh1seRqCXk8KDWdeIF0&w=395&h=241)]]