gitstatus 0.1.0

Does one thing incredibly well: tells you your current branch, origin branch and the number of changes. Perfect for large repositories / monorepos
1
2
3
4
5
6
7
8
9
10
[dependencies.git2]
version = "0.18.1"

[package]
description = "Does one thing incredibly well: tells you your current branch, origin branch and the number of changes. Perfect for large repositories / monorepos"
edition = "2021"
license = "GPL-3.0-only"
name = "gitstatus"
repository = "https://github.com/stephenyu/gitstatus"
version = "0.1.0"