Difference between revisions of "Git Clone"
From Hercules Wiki
Dastgirpojee (Talk | contribs) (Created page with "To download Hercules, you need to perform a '''clone''' from Git (Git) repository. Checking out from a repository creates a working copy of it on your local ...") |
Dastgirpojee (Talk | contribs) |
||
Line 7: | Line 7: | ||
== Unix == | == Unix == | ||
<blockquote>''For detailed instructions on how to install subversion, please refer to OS specific [[:Category:Installation Guides|installation guides]].''</blockquote> | <blockquote>''For detailed instructions on how to install subversion, please refer to OS specific [[:Category:Installation Guides|installation guides]].''</blockquote> | ||
− | + | {{:Git Clone/Unix}} | |
− | + | ||
== Windows == | == Windows == | ||
Check [http://hercules.ws/board/topic/152-obtaining-hercules/?p=845#entry845 Obtaining Hercules] for info on how to clone in windows | Check [http://hercules.ws/board/topic/152-obtaining-hercules/?p=845#entry845 Obtaining Hercules] for info on how to clone in windows |
Revision as of 05:16, 7 November 2014
To download Hercules, you need to perform a clone from Git (Git) repository. Checking out from a repository creates a working copy of it on your local machine.
A Git is required to perform a clone. Recommended applications are:
- git for Unix systems
- MSysGit And TortoiseGit for Windows systems (Both Required
Unix
For detailed instructions on how to install subversion, please refer to OS specific installation guides.
Type the following to create a Hercules working copy in your home (~) directory
git clone https://github.com/HerculesWS/Hercules.git ~/Hercules
Windows
Check Obtaining Hercules for info on how to clone in windows