Hello, I have mirrored the AOSP git repository using repo. Its all working fine and i have a script that keeps it up to date. I was looking into creating a new branch so i could add features and make changes, from what i have read i can create a new branch branch easily enough using git, but how do i pus it back to my mirrored repo?
Essentially i am just building for the Nexus one at present, but here is the scenario. I have checked out the gingerbread-release branch from my mirrored repository, what i intend to do is run repo forall -c "git branch gingerbread-release-mod" (create new branch on all projects? or should i be using repo start?) (make my changes) Now this is where i am a little confused, the AOSP uses gerrit for reviewing the changes, as i am pushing them back to my mirror on a different branch it wont effect any of the AOSP branches and i am not intending (at present) to push any changes to the AOSP, so surely i don't need to use it. So how do i push it back to my own mirror? Any advice welcome, Ne0 -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
