You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2015/05/15 10:17:01 UTC

[Hadoop Wiki] Trivial Update of "GitAndHadoop" by AkiraAjisaka

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
  }}}