Author: lukaszlenart
Date: Thu Feb  6 08:22:27 2014
New Revision: 1565107

URL: http://svn.apache.org/r1565107
Log:
Adds info how to init 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=1565107&r1=1565106&r2=1565107&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:22:27 
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
 
+After cloning the repository locally you must initialize git-flow:
+
+     git flow init -d
+
+and done!
+
+Please remember that `master` branch cannot be modified directly from now on!
+
 ## Contributing with GitHub
 
 If you would like to contribute using the GitHub tools you need to know we can 
only


Reply via email to