gitbranch 1.0.2

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
[package]
name = "gitbranch"
version = "1.0.2"
authors = ["Rodrigo Cacilhας <montegasppa@cacilhas.cc"]
license = "BSD-3-Clause"
readme = "README.md"
homepage = "https://crates.io/crates/gitbranch"
repository = "https://github.com/cacilhas/microcli/tree/master/gitbranch"
keywords = ["cli", "git"]
categories = ["command-line-interface"]
description = "It simply shows current branch name - or nothing if it isn’t a git repo."
edition = "2021"

[dependencies]
git2 = "0.20"