10 August 2012

Download Source from GitHub and Apply a TortoiseGit Patch


This article is quite a good introduction to GitHub.

I will use Castle.Facilities.NHibernateIntegration as an example. I want to apply these patches to this GitHub repository.
  1. Signup to GitHub
  2. Download and install Git 
  3. Run Git and configure it. If you use the native app you will be guided through setup.
  4. Visit the project page and click 'Clone in WIndows', ZIP or use the Http to get the source.
  5. Download and install tortoisegit
  6. Dowload the patches
  7. Right click the repository folder, select TortoiseGit and Apply patch, then add the patch(es).
  8. Click Apply
  9. Build your project.  

No comments:

Post a Comment