bug-gnulib
[Top][All Lists]
Advanced

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

Re: git commit guidelines for gnulib


From: Bruno Haible
Subject: Re: git commit guidelines for gnulib
Date: Tue, 18 Sep 2007 03:39:17 +0200
User-agent: KMail/1.5.4

Eric Blake wrote:
> I think the easiest way to do this is with git-clone.  First, grab the
> entire repository:
> 
> $ git clone git://git.sv.gnu.org/gnulib
> 
> Then create your topic clone, which shares as much repository information
> as possible with the original, but can reside on a different branch:
> 
> $ git clone -l -s -n gnulib gnulib-modified
> $ cd gnulib-modified && git checkout -b modified

Excellent! This is nearly what I need. Thank you!

Bruno





reply via email to

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