[gnutls-dev] I like git

Ludovic Courtès ludo at chbouib.org
Fri Jun 8 20:02:38 CEST 2007


Hi,

Simon Josefsson <simon at josefsson.org> 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.





More information about the Gnutls-devel mailing list