Jump to content
Sign in to follow this  
Ind

Obtaining Hercules on Windows

Recommended Posts

Installing GIT on Windows

Downloads

Installation
Alright, first go through MSysGit installer and just set it up (its used as a base for TortoiseGit). then once you install MSysGit, launch the installer you just downloaded for TortoiseGit, you'll be prompted by a window similar to the following


tgit-1.jpg

The next window is "Choose SSH Client", select "TortoisePLink", hit Next.


tgit-2.jpg

The next window is "Custom Setup", do not change anything unless you know what you're doing, hit Next.


tgit-3.jpg

We're done with the installation, that was easy, wasn't it?


tgit-4.jpg

Obtaining Hercules
Go to the folder where you want Hercules to be placed, right click and select "Git Clone..."


tgit-5.jpg

in the URL field, type the following:
https://github.com/HerculesWS/Hercules.git
ensure the 'Directory' field is as desired, and hit 'OK'


tgit-6.jpg

Now Hercules is being downloaded


tgit-7.jpg

Just wait for it to complete the download of your working copy and you'll be good to go.

Updating Hercules
Right-Click the folder where you downloaded your working copy and within the TortoiseGit menu, select "Pull..." as shown below


tgit-8.jpg

On the following window just hit 'OK', and your working copy will update.


tgit-9.jpg

Share this post


Link to post
Share on other sites

Will there be an SVN mirror?

  • Github automatically provides an SVN mirror of repositories. Hercules is available with:
  • svn checkout http://svn.github.com/HerculesWS/Hercules.git 
     
  • We won't officially work to support many branches or features in SVN, but it should remain in-sync with the latest stable release, based on master branch in git.

Share this post


Link to post
Share on other sites

TortoiseGit questions  :

  1. How to revert to the specific Commit ?
  2. How to search  Commit message?

 

 

-------------------------------------------------------------------------------------------------------------

Edit:  thanks  to  Ind  sir  for the guide  :D

Share this post


Link to post
Share on other sites

TortoiseGit questions  :

    [*]

     

    [*]How to revert to the specific Commit ?

    [*]How to search  Commit message?

 

 

1. TortoiseGit (the menu) -> Switch/Checkout -> select 'Commit' and in the field enter the hash you want to rollback to.

2. TortoiseGit (the menu) -> Log Messages -> in the top right there is a search field, type whatever you want and hit enter/return.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.