Ind 945 Posted January 28, 2013 Installing GIT on Windows Downloads [*]Download and Install MSysGit [*]Download the latest TortoiseGit InstallationAlright, 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 The next window is "Choose SSH Client", select "TortoisePLink", hit Next.The next window is "Custom Setup", do not change anything unless you know what you're doing, hit Next.We're done with the installation, that was easy, wasn't it? Obtaining HerculesGo to the folder where you want Hercules to be placed, right click and select "Git Clone..."in the URL field, type the following:https://github.com/HerculesWS/Hercules.gitensure the 'Directory' field is as desired, and hit 'OK'Now Hercules is being downloadedJust wait for it to complete the download of your working copy and you'll be good to go.Updating HerculesRight-Click the folder where you downloaded your working copy and within the TortoiseGit menu, select "Pull..." as shown belowOn the following window just hit 'OK', and your working copy will update. 2 JulioCF and Jedzkie reacted to this Quote Share this post Link to post Share on other sites
Diconfrost VaNz 2 Posted January 29, 2013 thanks Quote Share this post Link to post Share on other sites
Trojal 37 Posted February 2, 2013 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. 1 JulioCF reacted to this Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted February 5, 2013 TortoiseGit questions : How to revert to the specific Commit ? How to search Commit message? ------------------------------------------------------------------------------------------------------------- Edit: thanks to Ind sir for the guide Quote Share this post Link to post Share on other sites
Ind 945 Posted February 5, 2013 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. 1 Angelmelody reacted to this Quote Share this post Link to post Share on other sites