Changes between Version 20 and Version 21 of InstallationGuidelines/Windows/Developer/Manual
- Timestamp:
- 01/07/12 11:56:30 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Manual
v20 v21 42 42 43 43 == 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. 44 We use the [http://git-scm.com/ git] Distributed Version Control System. 46 45 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]. 46 Several downloads are [http://code.google.com/p/msysgit/downloads/list available here], pick the latest one available and install it. 47 48 If 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 48 50 After 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]. 49 51