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

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.

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.

[![Build status](https://ci.appveyor.com/api/projects/status/qncsj3jskj666hya?svg=true)](https://ci.appveyor.com/project/SeppPenner/countgitcommits-i1phx)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/CountGitCommits.svg)](https://github.com/SeppPenner/CountGitCommits/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/CountGitCommits.svg)](https://github.com/SeppPenner/CountGitCommits/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/CountGitCommits.svg)](https://github.com/SeppPenner/CountGitCommits/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/CountGitCommits/master/License.txt)
[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/CountGitCommits/badge.svg)](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).