Changes between Version 20 and Version 21 of InstallationGuidelines/Windows/Developer/Manual


Ignore:
Timestamp:
01/07/12 11:56:30 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

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

    v20 v21  
    4242
    4343== Install git ==
    44 We use the [http://git-scm.com/ git] Distributed Version Control System
    45 Several downloads are [http://code.google.com/p/msysgit/downloads/list available here], pick the latest one available and install it. Make sure that the shell extension is installed.
     44We use the [http://git-scm.com/ git] Distributed Version Control System.
    4645
    47 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].
     46Several downloads are [http://code.google.com/p/msysgit/downloads/list available here], pick the latest one available and install it.
     47
     48If you want to develop using the "forks"-feature of [http://github.com 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].
     49
    4850After that you can setup your git by configuring your SSH keys and accountdata. A pretty good tutorial is available at the [http://help.github.com/win-set-up-git/ GitHub-Manual].
    4951