A version control system implemented in Python with CLI and GUI
- Version tracking
- Branching and merging
- Staging area
- Commit history
- Tagging
- ...
- Clone this (private) repository:
git clone https://github.com/Bowqua/CVS.git
- Install the dependencies:
pip install -r requirements.txt
- Run the application:
python cvs.py -h