Git in two minutes for CVS users [was: Re: Moving xlibs modules to xorg]
Egbert Eich
eich at suse.de
Thu Mar 9 09:36:08 PST 2006
> cvs checkout ... -> git-clone git+ssh://git.freedesktop.org/git/xcb
> cvs add file -> git-add file
> cvs status -> git-status -a
> cvs diff -> git-status -a -v
> cvs commit -> git-commit -a , then git-push origin
> cvs update -> git-pull
>
How about 'cvs annotate'?
'annotate' tells you line by line when (which version) a line was changed
last and who did the change. The 'who did the change' sometimeshelps solve
the mystery why something was changed in a certain way :-/
Cheers,
Egbert.
More information about the xorg
mailing list