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
- Host: GitHub
- URL: https://github.com/keyan/mini-git
- Owner: keyan
- Created: 2015-01-10T00:35:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T01:45:24.000Z (over 11 years ago)
- Last Synced: 2025-02-09T00:42:45.040Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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