stick is a command-line tool for working with Git repositories. It provides useful information about commits, branches, and versions.
- Go 1.24 or higher
- Clone the repository:
git clone https://github.com/tesh254/stick.git
- Navigate to the project directory:
cd stick - Build the application:
go build .
./stick [command]show -c <commit-hash>: Show the diff for a specific commit.version: Print the version information.
Contributions are welcome! Please read the contributing guidelines before getting started.
This project is licensed under the MIT License.