Got_it is a simple, Git-like version control system written in Go. It allows you to initialize repositories, add files to the staging area, commit changes, and view the commit history.
- Initialize a new repository
- Add files to the staging area
- Commit changes
- View commit history
To install Got_it, clone this repository and build the project:
git clone https://github.com/yourusername/got_it.git
cd got_it
make build
## Usage
### Initialize a new repository
```sh
./got init./got add <file1> <file2> ..../got commit -m "Your commit message"./got logIf you'd like to contribute to Got_it, please fork the repository and create a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.