A (re)version control system similar to git, but not really. Keeps track of file versions by implementing only a few basic git commands.
To make a new version backup:
python minigit.py backup
Revert to a specific backup #:
python minigit.py revert #
Revert to the latest backup:
python minigit.py latest