gitbranch 1.0.0

It simply shows current branch name - or nothing if it isn’t a git repo.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.git2]
version = "0.17"

[package]
authors = ["Rodrigo Cacilhας <montegasppa@cacilhas.info"]
description = "It simply shows current branch name - or nothing if it isn’t a git repo."
edition = "2021"
homepage = "https://crates.io/crates/gitbranch"
keywords = ["cli", "git"]
license = "BSD-3-Clause"
name = "gitbranch"
readme = "README.md"
repository = "https://github.com/cacilhas/microcli/tree/master/gitbranch"
resolver = "1"
version = "1.0.0"