gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnutls-dev] I like git


From: Ludovic Courtès
Subject: Re: [gnutls-dev] I like git
Date: Fri, 08 Jun 2007 20:02:38 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Simon Josefsson <address@hidden> writes:

> I'm so starting to like git.  I started by adding your repository as a
> branch:
>
> cg-branch-add guile http://www.laas.fr/~lcourtes/software/gnutls.git

I guess this basically creates `.git/remotes/guile'.

> Then I can update your stuff as easy as:
>
> cg-fetch guile
>
> I can review your changes by using:
>
> git-log -p master..guile
>
> If I want to try and build your stuff before pulling it in, I can do:
>
> git-checkout guile
>
> Then I can revert and pull your changes in with:
>
> git-checkout master
> git-merge guile
>
> The logs are fully preserved.

Cool, thanks for the summary.

Glad we're starting to learn more about it!  ;-)

Ludovic.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]