Interactive CLI tool for stepping through git commits.
You can install git-step
using Cargo, the Rust package manager.
$ cargo install git-step
Once git-step
is installed, you can use it by simply running the following command:
$ git-step
For more information and available options, use the --help
flag:
$ git-step --help
Contributions are welcome! If you would like to contribute to git-step
, please follow these guidelines:
- Fork the repository.
- Make your changes and improvements.
- Submit a pull request.
Please ensure that your contributions align with the project's coding conventions.
This project is licensed under the MIT License. See the LICENSE file for details.