Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurianbenoy/gitbranches-summary
https://github.com/kurianbenoy/gitbranches-summary
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kurianbenoy/gitbranches-summary
- Owner: kurianbenoy
- License: mit
- Created: 2021-04-18T10:48:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T18:35:26.000Z (over 3 years ago)
- Last Synced: 2024-10-15T00:00:53.615Z (3 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```