On Tue, May 20, 2008 at 11:14:33AM +0200, Holger Freyther wrote: > Hey, > > People without commit access: > > 1.) Install git (git-core) > 2.) Get Bitbake: > git clone git://git.openmoko.org/git/bitbake.git bitbake-om > > 3.) Get the OpenEmbedded data: > git clone git://git.openmoko.org/git/openmoko.git openmoko > 4.) Setup OE the usual way. > 5.) git-diff to see diffs, git-commit to commit, git-format-patch > origin/org.openmoko.april-update to prepare your patches you want to send > upstream. > 6.) git-pull to update > > People with commit access: > > 1.) Install git (git-core) > 2.) Get Bitbake: > git clone git+ssh://[EMAIL PROTECTED]/var/cache/git/bitbake.git > bitbake-om > > 3.) Get the OpenEmbedded data: > git clone git+ssh://[EMAIL PROTECTED]/var/cache/git/openmoko.git > openmoko > 4.) Setup OE the usual way. > 5.) git-diff, git-commit, git-push to push changes upstream > 6.) git-pull to update >
and don't forget $ git config --global user.name "Your Name Comes Here" $ git config --global user.email "[EMAIL PROTECTED]" - John

