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
- Host: GitHub
- URL: https://github.com/kyoh86/git-branches
- Owner: kyoh86
- License: mit
- Created: 2016-11-21T15:16:46.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T04:11:26.000Z (about 2 years ago)
- Last Synced: 2024-06-20T12:07:08.566Z (about 2 years ago)
- Topics: cli-app, git, go, golang
- Language: Go
- Size: 2.74 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-branches
Show all branches with upstream and author.
[](https://pkg.go.dev/kyoh86/git-branches)
[](https://goreportcard.com/report/github.com/kyoh86/git-branches)
[](https://codecov.io/gh/kyoh86/git-branches)
[](https://github.com/kyoh86/git-branches/releases)

## Install
```
go install github.com/kyoh86/git-branches@latest
```
## Usage
```
git-branches --help
```
# LICENSE
[](http://www.opensource.org/licenses/MIT)
This is distributed under the [MIT License](http://www.opensource.org/licenses/MIT).