You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2012/12/09 08:36:13 UTC

svn commit: r841203 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/git-workflow.html

Author: buildbot
Date: Sun Dec  9 07:36:12 2012
New Revision: 841203

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/git-workflow.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Dec  9 07:36:12 2012
@@ -1 +1 @@
-1417986
+1418827

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Dec  9 07:36:12 2012
@@ -1 +1 @@
-1417986
+1418827

Modified: websites/staging/isis/trunk/content/contributors/git-workflow.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/git-workflow.html (original)
+++ websites/staging/isis/trunk/content/contributors/git-workflow.html Sun Dec  9 07:36:12 2012
@@ -220,6 +220,7 @@ git checkout master
 
 <pre>
 git remote add upstream https://github.com/apache/isis.git
+git pull upstream
 git branch --set-upstream master upstream/master
 </pre>