Changes between Version 37 and Version 38 of InstallationGuidelines/Windows/Developer/Manual


Ignore:
Timestamp:
11/27/13 12:35:30 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/Developer/Manual

    v37 v38  
    5858
    5959== Install git ==
    60 We use the [http://git-scm.com/ git] Distributed Version Control System.
     60We use the [http://git-scm.com/ git] Distributed Version Control System, and [https://github.com/flavour/eden host our code on GitHub].
    6161
    6262Several downloads are [http://code.google.com/p/msysgit/downloads/list available here], pick the latest one available and install it.
    6363
    64 If you want to develop using the "forks"-feature of !GitHub (which are basically branches - but in your own repository) or by commiting code directly to the eden repository, you have to [https://github.com/signup/free create a GitHub account].
     64The easiest way to get code you develop into the main Eden repository is to "fork" the Eden code on GitHub into your own GitHub repository.  For that, you'll need to [https://github.com/signup/free create a GitHub account].
    6565
    6666After that you can setup your git by configuring your Github account infor and (optionally) setting up your SSH keys (you can use a password instead of keys). A pretty good tutorial is available at the [http://help.github.com/win-set-up-git/ GitHub-Manual].