An open API service indexing awesome lists of open source software.

https://github.com/kyoh86/git-branches

Retrieve the list of branches with last commit author
https://github.com/kyoh86/git-branches

cli-app git go golang

Last synced: about 1 year ago
JSON representation

Retrieve the list of branches with last commit author

Awesome Lists containing this project

README

          

# git-branches

Show all branches with upstream and author.

[![PkgGoDev](https://pkg.go.dev/badge/kyoh86/git-branches)](https://pkg.go.dev/kyoh86/git-branches)
[![Go Report Card](https://goreportcard.com/badge/github.com/kyoh86/git-branches)](https://goreportcard.com/report/github.com/kyoh86/git-branches)
[![Coverage Status](https://img.shields.io/codecov/c/github/kyoh86/git-branches.svg)](https://codecov.io/gh/kyoh86/git-branches)
[![Release](https://github.com/kyoh86/git-branches/workflows/Release/badge.svg)](https://github.com/kyoh86/git-branches/releases)

![fd37680b1e3db839ffd5264e78cf9048](https://user-images.githubusercontent.com/5582459/109167517-2e0e1380-77c1-11eb-8806-cbc8ba9d310e.png)

## Install

```
go install github.com/kyoh86/git-branches@latest
```

## Usage

```
git-branches --help
```

# LICENSE

[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](http://www.opensource.org/licenses/MIT)

This is distributed under the [MIT License](http://www.opensource.org/licenses/MIT).