Skip to content

A tool to generate a report of commits by week and day for Git repositories.

Notifications You must be signed in to change notification settings

VBA-N7/dev-activity-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Activity Report

Dev Activity Report is a tool to generate a report of commits by week and day for Git repositories.

Description

This tool traverses all Git repositories in a specified folder and generates a report of commits by week and day for a specified number of weeks. It includes commits from the reflog, making it useful for recovering lost commits and understanding the history of changes in a repository.

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/dev-activity-report.git
    cd dev-activity-report

Usage

Run the script with the following command:

Windows:

uv run .\main.py $HOME/[FOLDER] --weeks 2

Linux:

uv run main.py ~/[FOLDER] --weeks 2
  • --weeks: The number of weeks to include in the report.

Output:

image

Authors

  • VBA-N7 - Initial work - VBA

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A tool to generate a report of commits by week and day for Git repositories.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages