Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 374 Bytes

File metadata and controls

17 lines (13 loc) · 374 Bytes

git-stats

Git is expected to be preinstalled and in PATH.

Usage

Output CSV to stdout:

python gitstats.py [<path-to-git-repo> [<release-branch>]]

<path-to-git-repo> defaults to the current working directory;
<release-branch> defaults to origin/master

Pipe the output to a CSV file:

python gitstats.py > stats.csv