From: | "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx> |
Date: | Wed, 04 Jul 2007 23:56:35 +0200 |
yes, have a online repository is great. if i go http://repo.or.cz/w/dragonfly.git, i should clone a new one, e.g. amd64-port, from the main dfly git repository; just like what vkernel-mp did. but after clone, how to import those changes of the dragonfly.git to the forked repo.
git clone $dragonflygituri # use the git:// one cd dragonfly.git git checkout -b amd64 # create new branch git remote add amd64-port $amd64portgituri # use the ssh+git:// one # add instructions to transfer local head "amd64" to # the fork's head "noah/amd64" (or "master", or whatever) git config remote.amd64-port.push refs/heads/amd64:refs/heads/noah/amd64 git push # push current status
# now work, commit, do whatever git push # update status
cheers simon
-- Serve - BSD +++ RENT this banner advert +++ ASCII Ribbon /"\ Work - Mac +++ space for low €€€ NOW!1 +++ Campaign \ / Party Enjoy Relax | http://dragonflybsd.org Against HTML \ Dude 2c 2 the max ! http://golden-apple.biz Mail + News / \
Attachment:
signature.asc
Description: OpenPGP digital signature