On Thu, Mar 16, 2006 at 06:49:16PM +0100, Paolo Ciarrocchi
wrote:
> performed a simple cg-clone git://URItoLinus2.6
linux2.6
> [...]
> What I want to do is to simply keep my repository
aligned with Linus
> so I simply have to do:
> cd linus2.6
> cg-fetch
> [...]
> How can I confg git in order to, by default, use git
instead of rsync ?
It should use the git protocol by default; cg-clone will
make an
'origin' branch (cogito doesn't support .git/remotes/
yet) pointing to
the original source. Future 'cg-fetch' invocations default
to the origin
branch.
Try using 'cg-branch-ls' to see what's on your origin
branch.
> Now my dumb question is... since I want to build that
kernel do I have
> to locally clone/copy it in order to don't modify any
file on my local
> tree?
> If I don't do so, I guess git/cogito will not be happy
when I run
> cg-fetch, right?
cg-fetch just pulls Linus' changes to your 'origin' head.
You will then
have to cg-merge the changes into your branch. You can do
both at once
with cg-update. If there are conflits, then cogito will
notify you.
-Peff
-
To unsubscribe from this list: send the line
"unsubscribe git" in
the body of a message to majordomo vger.kernel.org
More majordomo info at http://vge
r.kernel.org/majordomo-info.html
|