On 2009.10.10 10:47:42 +0200, Peter Baumann wrote: > On Fri, Oct 09, 2009 at 06:43:50PM -0400, Avery Pennarun wrote: > > Try this: > > > > cd mygitproject > > git rm -rf . > > cp -a /tmp/wherever/vendor-1.2/. . > > git add . > > This won't commit deleted files from v1.0 - v1.2. Use git add -A to stage all > modified and deleted files for the next commit. It will, the "git rm" already cleans the index. Björn -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html