Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/min-thway-htut/version-control-system
- Owner: Min-Thway-Htut
- Created: 2023-12-18T16:36:20.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-20T16:44:27.000Z (11 months ago)
- Last Synced: 2023-12-20T17:58:07.797Z (11 months ago)
- Topics: version-control-system
- Language: C++
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.