Difference between revisions of "Git"

From Openembedded.org
Jump to: navigation, search
(Other Repositories of Interest)
Line 22: Line 22:
 
* http://svn.o-hand.com/view/poky/
 
* http://svn.o-hand.com/view/poky/
 
** svn co http://svn.o-hand.com/repos/poky/trunk poky
 
** svn co http://svn.o-hand.com/repos/poky/trunk poky
 +
  
 
To add a branch mirroring the openmoko tree, do the following:
 
To add a branch mirroring the openmoko tree, do the following:

Revision as of 21:21, 17 June 2008

OpenEmbedded Git repository

Git repository that currently mirrors the main Monotone repository (test installation).

Web interfaces:

You can get an anonymous clone from:

git://git.openembedded.net/org.openembedded.dev

and if your key is registered, push/pull from:

ssh://gittrial@git.openembedded.net/org.openembedded.dev

Other Repositories of Interest


To add a branch mirroring the openmoko tree, do the following:

  • git remote add openmoko.org git://git.openmoko.org/git/openmoko.git
  • git fetch openmoko.org
  • git branch -r
  • gitk openmoko.org/org.openmoko.asu.stable
  • git diff origin/org.openembedded.dev openmoko.org/org.openmoko.asu.stable
  • git diff origin/org.openembedded.dev openmoko.org/org.openmoko.asu.stable classes
  • git checkout -b org.openmoko.asu.stable --track org.openmoko.asu.stable