Nom is a simple app to store configuration and other files in a managed repo.
NOTE: nom is still under active development and I'm not responible for anything it may do to your files or pets.
Sample Usage:
nom add <file>
starts tracking a file
nom update <file>
updates the file in the managed repo
nom remove <file>
remove the file from managed repo
Commands:
add
-- add a fileupdate
-- update a fileremove
-- remove a filerevert
-- revert a filestatus
-- check the status of a file
Dependencies:
GitPython - for git storage