There are some files that I want to keep under local git control, but never push to any remote repositories. What's the best way to implement this idea with git? The best solution I can think of is to put these files in some git-controlled directory that is not below the "main" working directory, and have an (ignored) symlink to it in this working directory. Is there a better way? TIA! ~kj -- 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