On Wednesday 02 of September 2009 22:42:50 Daniel Stenberg wrote:
> On Wed, 2 Sep 2009, Guenter wrote:
> > currently we have still two .cvs* files in the project root; I guess
> > these are now obsolete, or? If so can someone then please kindly remove
> > them, or alternately teach me how this is done with git?
>
> I removed them just now. Like this:
>
> $ git rm  .cvsignore .cvsusers
> $ git commit .cvsignore .cvsusers

This absolutely correct, though redundant. You don't need to specify objects 
added/removed by git-add/git-rm. This is exactly what is done if you run 
git-commit without parameters. Just a note to save some typing :-)

Kamil
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to