gitbranch 0.1.7

It simply shows current branch name - or nothing if it isn’t a git repo.
# gitbranch

It simply shows current branch name - or nothing if it isn’t a git repo.

## Build and install

```sh
cargo install gitbranch
```

## Use

```sh
gitbranch [<directory>]
```

Directory defaults to current working directory.

License: BSD-3-Clause