Skip to main content

Generating overall statistics for multiple git repositories

Project description

Gitstat

https://travis-ci.org/suminb/gitstats.svg?branch=develop https://coveralls.io/repos/github/suminb/gitstats/badge.svg?branch=develop

Visualizes overall code commits for multiple Git repositories. The red indicates my own commits whereas the blue indicates your teammates’.

http://s1.postimg.org/mrnwnla3j/2014.png

Installation

pip install gitstats

Usage

Discover all Git repositories in the home directory to generate statistics. Here your email address is used to differentiate your commits from others.

gitstats analyze --email ${your_email} ~

It may be a single Git repository.

gitstats analyze --email ${your_email} ~/work/project_x

If you would like to exclude certain repositories, put a .exclude file in each directory you want to exclude from the statistics.

If you have multiple email addresses, you may pass them as follows:

gitstats analyze --email ${your_email1} --email ${your_email2} ~

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitstats-0.2.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page