On Friday 27 February 2009 16:16:07 Kai-Martin Knaak wrote:
> On Wed, 25 Feb 2009 09:57:21 +0000, Kai-Martin Knaak wrote:
> > On Wed, 25 Feb 2009 08:55:59 +0000, Kai-Martin Knaak wrote:
> >> Now I can finally produce the prints I need without tedious GUI
> >> interaction.
>
> I'd like to share the diff. With CVS I'd do cvs diff -p -U 3
> How would I go ahead with git?
The simplest possible way:
git diff > patch
A more complicated way:
git add -i # select files to be committed
git status # check you're committing what you think you're committing
git commit # create a commit
git format-patch -1 # create a patch file based on that commit
Peter
--
Peter Brett
Electronic Systems Engineer
Integral Informatics Ltd
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ geda-user mailing list geda-user@xxxxxxxxxxxxxx http://www.seul.org/cgi-bin/mailman/listinfo/geda-user