Skip to content

jdjfisher/git-step

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-step

Crates.io GitHub

Interactive CLI tool for stepping through git commits.

Installation

You can install git-step using Cargo, the Rust package manager.

$ cargo install git-step

Usage

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

Contributing

Contributions are welcome! If you would like to contribute to git-step, please follow these guidelines:

  1. Fork the repository.
  2. Make your changes and improvements.
  3. Submit a pull request.

Please ensure that your contributions align with the project's coding conventions.

License

This project is licensed under the MIT License. See the LICENSE file for details.