Changes between Version 37 and Version 38 of InstallationGuidelines/Windows/Developer/Manual
- Timestamp:
- 11/27/13 12:35:30 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Manual
v37 v38 58 58 59 59 == Install git == 60 We use the [http://git-scm.com/ git] Distributed Version Control System .60 We use the [http://git-scm.com/ git] Distributed Version Control System, and [https://github.com/flavour/eden host our code on GitHub]. 61 61 62 62 Several downloads are [http://code.google.com/p/msysgit/downloads/list available here], pick the latest one available and install it. 63 63 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 haveto [https://github.com/signup/free create a GitHub account].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 65 66 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].