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
- Host: GitHub
- URL: https://github.com/muhajirdev/countmits
- Owner: muhajirdev
- Created: 2018-11-01T14:52:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:27:33.000Z (about 2 years ago)
- Last Synced: 2025-03-08T12:51:13.281Z (about 1 year ago)
- Topics: cli, git, gitcommit, golang, golang-package
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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**