Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kurianbenoy/gitbranches-summary


https://github.com/kurianbenoy/gitbranches-summary

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# GitBranches-summary

Git is awesome right. This is a python script to:

- Display git branches
- In that git branch, display total number of commits, show statistics like git commit author details, total lines added-delted

## Install Project requirements

```
python3 -m pip install -r requirements.txt
or python3 -m pipenv install .
```

## Run the Script

```
python3 src/gitbranch.py
```