You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by le...@apache.org on 2015/10/03 02:47:00 UTC

svn commit: r1706514 - /oodt/cms_site/trunk/content/development.md

Author: lewismc
Date: Sat Oct  3 00:46:59 2015
New Revision: 1706514

URL: http://svn.apache.org/viewvc?rev=1706514&view=rev
Log:
Update Migration guide

Modified:
    oodt/cms_site/trunk/content/development.md

Modified: oodt/cms_site/trunk/content/development.md
URL: http://svn.apache.org/viewvc/oodt/cms_site/trunk/content/development.md?rev=1706514&r1=1706513&r2=1706514&view=diff
==============================================================================
--- oodt/cms_site/trunk/content/development.md (original)
+++ oodt/cms_site/trunk/content/development.md Sat Oct  3 00:46:59 2015
@@ -117,6 +117,10 @@
                 <li><code>git init</code></li>
                 <li><code>git remote add origin https://git-wip-us.apache.org/repos/asf/oodt.git</code></li>
                 <li><code>git fetch</code></li>
+                <li><code>git checkout -b merge-branch</code></li>
+                <li><code>git fetch --all</code></li>
+                <li><code>git reset --hard origin/master</code></li>
+                <li><code>git checkout master</code></li>
               </ol>
             <p>
               The above will prepare your repository and enable you to sync with the live development code maintained