Hi, On Sat, Nov 14, 2009 at 10:27:33AM +0800, Da Zheng wrote: > Thomas Schwinge wrote:
> > For new packages (like the user-level driver itself, I suppose), I > > suggest to create a suitably-named branch in the incubator > > repository, <http://git.savannah.gnu.org/cgit/hurd/incubator.git/> > > -- how 'bout using user-level_pcnet32 for the branch's name? > > > I try to upload my code but I don't know how to keep the logs during > the development. Is it possible to check in my code along with the > developing logs? Sure. Just push your branch to the user-level_pcnet32 in the incubator repository. To make that safe and simple, I suggest to rename the branch in your repository accordingly git checkout -b user-level_pcnet32 and add the incubator repository as the "origin" git remote add origin git://git.sv.gnu.org/hurd/incubator.git -antrik-