cv is a very simple yet handy version control utility that doesn't do version control. It utilizes .cvignore files to decide what to keep track of .
The utility supports the following commands:
init: Initialize a .cv repo.status: Compare file changes.log: Log previous commits.commit -m <Message>: Make new commit.