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

https://github.com/muhajirdev/countmits

A simple cli to count your number of commits in your current repository
https://github.com/muhajirdev/countmits

cli git gitcommit golang golang-package

Last synced: about 1 year ago
JSON representation

A simple cli to count your number of commits in your current repository

Awesome Lists containing this project

README

          

# Countmits

A simple cli to count your number of commits in your current repository

## Installation

```bash
brew tap muhajirframe/countmits https://github.com/muhajirframe/countmits
brew install countmits
```

## Usage

```bash
countmits
// number of commits for all branch
```

If you want to count commits for specific branch
```bash
countmits [branch name]
```

example

```bash
$ countmits master
```

## Contributing

- Got a question or idea. Submit an [issue](https://github.com/muhajirframe/countmits/issues/new) or ping me [@muhajirframe](https://twitter.com/muhajirframe) on twitter
- Submit a pull request

**Enjoy**