Author: buildbot
Date: Thu Feb 6 08:26:32 2014
New Revision: 896607
Log:
Staging update by buildbot for struts
Modified:
websites/staging/struts/trunk/content/ (props changed)
websites/staging/struts/trunk/content/git-for-struts.html
Propchange: websites/staging/struts/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 6 08:26:32 2014
@@ -1 +1 @@
-1565107
+1565110
Modified: websites/staging/struts/trunk/content/git-for-struts.html
==============================================================================
--- websites/staging/struts/trunk/content/git-for-struts.html (original)
+++ websites/staging/struts/trunk/content/git-for-struts.html Thu Feb 6
08:26:32 2014
@@ -182,7 +182,9 @@
<ul>
<li><a class="externalLink"
href="http://nvie.com/posts/a-successful-git-branching-model/">http://nvie.com/posts/a-successful-git-branching-model/</a></li>
<li><a class="externalLink"
href="https://github.com/nvie/gitflow">https://github.com/nvie/gitflow</a></li>
-</ul><p>After cloning the repository locally you must initialize git-flow:</p>
+</ul><p>First step is to install git-flow locally on your box, please follow
the steps from this link</p><p><a class="externalLink"
href="https://github.com/nvie/gitflow/wiki/Installation">https://github.com/nvie/gitflow/wiki/Installation</a></p><p>Now
you can clone Struts repository locally</p>
+<div class="source"><pre class="prettyprint">git clone
https://git-wip-us.apache.org/repos/asf/struts.git
+</pre></div><p>After cloning the repository locally you must initialize
git-flow:</p>
<div class="source"><pre class="prettyprint"> git flow init -d
</pre></div><p>and done!</p><p>Please remember that <tt>master</tt> branch
cannot be modified directly from now on!</p><div
class="section"><h2>Contributing with GitHub<a
name="Contributing_with_GitHub"></a></h2><p>If you would like to contribute
using the GitHub tools you need to know we can only accept your work if we have
your <a class="externalLink"
href="http://www.apache.org/licenses/icla.txt">ICLA</a> on file. Please read
the document carefully, sign and send it to us. Basically this document
protects you and the end users for legal problems. It allows the Apache
Software Foundation to use your code and distribute it. You should receive an
email a few days after you submitted it and appear in the <a
class="externalLink"
href="http://people.apache.org/committer-index.html">committer index</a> in the
section unlisted CLAs.</p><p>Once done, you can clone the <a
class="externalLink" href="https://github.com/apache/struts">Apache Struts
mirror on GitHub</a>:</p>
<div class="source"><pre class="prettyprint">git clone
[email protected]:apache/struts.git struts-mirror.git