synhedionn <synhedionn@xxxxxxxxx> wrote: > with git add . Â , a directory is expected, but I don't need all my files to > be recorded, only one of my thousands, so how can I record just 1 file? Generally, if you want to track a single file in a directory you just add that file, as per Matthias' suggestion, and possibly create a .gitignore with the single '*' pattern in it.. <shameless plug> However, if you want to track more than one _independent_ files in the same directory (RCS-style), then I would recommend you look into zit, the Git-based single-file content tracker I've developed. You can find it at git://git.oblomov.eu/zit ( gitweb at http://git.oblomov.eu/zit ) </shameless plug> -- 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