Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/min-thway-htut/version-control-system

This is a simple version control system, including initializing the repository, adding some files into the initialized repository, tracking files, commiting changes to the files, the features to view a log of the commits, revert to previous versions of a file and a simple hashing design. The whole project was developed using c++ language.
https://github.com/min-thway-htut/version-control-system

version-control-system

Last synced: 6 days ago
JSON representation

This is a simple version control system, including initializing the repository, adding some files into the initialized repository, tracking files, commiting changes to the files, the features to view a log of the commits, revert to previous versions of a file and a simple hashing design. The whole project was developed using c++ language.

Awesome Lists containing this project

README

        

This is a simple version control system, including initializing the repository, adding some files into the initialized repository, tracking files, commiting changes to the files, the features to view a log of the commits, revert to previous versions of a file and a simple hashing design.
The whole project was developed using c++ language.