Author: lukaszlenart
Date: Thu Feb  6 08:26:19 2014
New Revision: 1565110

URL: http://svn.apache.org/r1565110
Log:
Adds how to install git-flow

Modified:
    struts/site/trunk/content/markdown/git-for-struts.md

Modified: struts/site/trunk/content/markdown/git-for-struts.md
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/content/markdown/git-for-struts.md?rev=1565110&r1=1565109&r2=1565110&view=diff
==============================================================================
--- struts/site/trunk/content/markdown/git-for-struts.md (original)
+++ struts/site/trunk/content/markdown/git-for-struts.md Thu Feb  6 08:26:19 
2014
@@ -7,6 +7,14 @@ Struts uses Git and to manage the reposi
 - http://nvie.com/posts/a-successful-git-branching-model/
 - https://github.com/nvie/gitflow
 
+First step is to install git-flow locally on your box, please follow the steps 
from this link
+
+https://github.com/nvie/gitflow/wiki/Installation
+
+Now you can clone Struts repository locally
+
+    git clone https://git-wip-us.apache.org/repos/asf/struts.git    
+
 After cloning the repository locally you must initialize git-flow:
 
      git flow init -d


Reply via email to