Changes between Version 40 and Version 41 of InstallationGuidelines/Windows/Developer/Manual


Ignore:
Timestamp:
11/27/13 13:05:27 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

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

    v40 v41  
    5858
    5959== Install git ==
    60 We use the [http://git-scm.com/ git] Distributed Version Control System, and [https://github.com/flavour/eden host our code on GitHub].
    6160
    6261Several downloads are [http://code.google.com/p/msysgit/downloads/list available here], pick the latest one available and install it.
    6362
    64 The 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].
    65 
    66 After 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].
    6763
    6864== Next ==