Changes between Version 40 and Version 41 of InstallationGuidelines/Windows/Developer/Manual
- Timestamp:
- 11/27/13 13:05:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Manual
v40 v41 58 58 59 59 == 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].61 60 62 61 Several downloads are [http://code.google.com/p/msysgit/downloads/list available here], pick the latest one available and install it. 63 62 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].67 63 68 64 == Next ==