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

svn commit: r1418827 - /isis/site/trunk/content/contributors/git-workflow.md

Author: danhaywood
Date: Sun Dec  9 07:36:06 2012
New Revision: 1418827

URL: http://svn.apache.org/viewvc?rev=1418827&view=rev
Log:
isis site - include 'git pull upstream'

Modified:
    isis/site/trunk/content/contributors/git-workflow.md

Modified: isis/site/trunk/content/contributors/git-workflow.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/git-workflow.md?rev=1418827&r1=1418826&r2=1418827&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/git-workflow.md (original)
+++ isis/site/trunk/content/contributors/git-workflow.md Sun Dec  9 07:36:06 2012
@@ -38,6 +38,7 @@ What you'll also want to do is to add a 
 
 <pre>
 git remote add upstream https://github.com/apache/isis.git
+git pull upstream
 git branch --set-upstream master upstream/master
 </pre>