Clone of the popular version control system Git. The project is written in Golang and uses the Cobra library to create a CLI. The project is a console application that allows you to create a repository, add files to the repository, commit changes, and view the commit history.
Install the project
git clone https://github.com/rasadov/Git-Clone.git
Build and run the project
cd Git-Clone
powershell.exe run.bat
MIT grants permission to use, modify, and distribute the software, with the condition that the original copyright notice and the license text are retained in the redistributed software.
Currently, the project doesnt have commands to push, pull, clone or fetch from a remote repository. If you would like to contribute to the project, you can add these commands