An open API service indexing awesome lists of open source software.

https://github.com/keyan/mini-git

A version control system similar to git, but not really
https://github.com/keyan/mini-git

Last synced: about 1 year ago
JSON representation

A version control system similar to git, but not really

Awesome Lists containing this project

README

          

# mini-git
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