Ron Garret:
I would like to be able to store snapshots of individual files without making a commit on the main branch.
git hash-object -w filename will add the file to the object database, outputting it's hash value. git tag mytag hashvalue creates a tag "mytag" pointing to that file. git show mytag will output the file you put in. -- \\// Peter - http://www.softwolves.pp.se/ -- 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