Documentation

cv

A non-text no-version-control version-control system.

cv

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 .

Usage

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.

Remote Repository

Reference