https://github.com/orsinium-labs/git-time-report
CLI tool to generate time report for git repositories
https://github.com/orsinium-labs/git-time-report
cli git python python3
Last synced: 7 months ago
JSON representation
CLI tool to generate time report for git repositories
- Host: GitHub
- URL: https://github.com/orsinium-labs/git-time-report
- Owner: orsinium-labs
- License: mit
- Created: 2021-06-29T07:23:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T07:25:10.000Z (over 4 years ago)
- Last Synced: 2025-01-17T07:46:22.277Z (9 months ago)
- Topics: cli, git, python, python3
- Language: Python
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git time report
Generate working hours report based on commits in repositories. Every commit assumed to have the task number.
```bash
git clone https://github.com/orsinium-labs/git-time-report.git
cd git-time-report
python3 -m pip install -r requirements.txt
python3 timereport.py ../my-repo
```