Heya, On Sun, Jun 14, 2009 at 06:51, Phlip<phlip2005@xxxxxxxxx> wrote: > How do I tell git to forget about a file, but leave on my hard drive? Do you want to simply 'git rm --cached && git commit -m "remove file"' to create a commit that removes it, or do you want to remove the file from your repo's history too? If the latter is the case, you should look into 'git filter-branch'. -- Cheers, Sverre Rabbelier -- 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