git-step 0.1.0

A tool to step through git commits
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.console]
version = "0.15.5"

[package]
authors = ["Jordan Fisher <jdjfisher@outlook.com>"]
categories = ["command-line-utilities"]
description = "A tool to step through git commits"
edition = "2021"
homepage = "https://github.com/jdjfisher/git-step"
keywords = ["cli", "git", "commit"]
license = "MIT"
name = "git-step"
readme = "README.md"
repository = "https://github.com/jdjfisher/git-step"
version = "0.1.0"