https://github.com/sepppenner/countgitcommits
Script to show the number of git commits in a git repository. The script was written and tested in Python 3.
https://github.com/sepppenner/countgitcommits
Last synced: 6 days ago
JSON representation
Script to show the number of git commits in a git repository. The script was written and tested in Python 3.
- Host: GitHub
- URL: https://github.com/sepppenner/countgitcommits
- Owner: SeppPenner
- License: mit
- Created: 2017-01-26T17:59:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T14:38:20.000Z (about 6 years ago)
- Last Synced: 2025-02-24T03:31:03.650Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: License.txt
Awesome Lists containing this project
README
CountGitCommits
====================================
Script to show the number of git commits in a git repository.
The script was written and tested in Python 3.
[](https://ci.appveyor.com/project/SeppPenner/countgitcommits-i1phx)
[](https://github.com/SeppPenner/CountGitCommits/issues)
[](https://github.com/SeppPenner/CountGitCommits/network)
[](https://github.com/SeppPenner/CountGitCommits/stargazers)
[](https://raw.githubusercontent.com/SeppPenner/CountGitCommits/master/License.txt)
[](https://snyk.io/test/github/SeppPenner/CountGitCommits)
## Basic usage:
To use this script change the mode to be executable via:
```bash
chmod 755 countCommits.py
```
## To execute the script:
```python
python countCommits.py
```
Change history
--------------
See the [Changelog](https://github.com/SeppPenner/CountGitCommits/blob/master/Changelog.md).