Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 576 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 576 Bytes

Simple Version Control System

Implemented a simplified version control system similar to Git, providing functionalities such as commits, branches, merges, and file tracking.

Features

  • Commits: Ability to create and manage commits to track changes in the repository.
  • Branches: Support for creating and managing branches to work on different versions of the codebase simultaneously.
  • Merges: Implemented merge functionality to combine changes from different branches.
  • File Tracking: Tracking changes to files and directories within the repository.