Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "GitAndHadoop" page has been changed by AkiraAjisaka:
https://wiki.apache.org/hadoop/GitAndHadoop?action=diff&rev1=22&rev2=23

Comment:
Fixes wrong command "git co"

  This gives you a local repository with two remote repositories: "apache" and 
"github". Apache has the trunk branch, which you can update whenever you want 
to get the latest ASF version:
  
  {{{
-  git co trunk
+  git checkout trunk
   git pull apache
  }}}
  

Reply via email to