Please note that User Registration has been temporarily disabled due to a recent increase in automated registrations. If anyone needs an account, please request one here: RequestAccount. Thanks for your patience!
Git
From Openembedded.org
Revision as of 21:21, 17 June 2008 by 69.34.21.229 (Talk)
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
* svn co http://svn.o-hand.com/repos/poky/trunk poky
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