awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kamranahmedse avatar

kamranahmedse/git-standup

0
View on GitHub↗
7,844 stars·320 forks·Shell·MIT·9 vues

Git Standup

git-standup is a command-line tool and developer activity tracker that parses Git logs to generate summarized text reports of work completed over specific time periods. It functions as a reporting utility that scans Git repositories to extract metadata and author activity for use in progress reviews and status updates.

The tool differentiates itself by the ability to scan multiple repositories through recursive directory discovery and the capacity to synchronize remote states before analysis. It utilizes regular expression filtering to include or exclude specific authors and branches, and employs temporal filtering based on work-week definitions and date ranges.

The project provides capabilities for commit metadata analysis and activity summarization, transforming raw git history into formatted reports. These functions cover author-based and branch-based filtering to isolate specific changes across a defined search scope.

Features

  • Standup Report Generators - Generates summarized text files of commit history specifically for progress reviews and standup meetings.
  • Activity Summaries - Provides automated generation of summarized text reports of work completed by parsing Git commit history.
  • Standup Preparation Tools - Gathers summaries of recent Git commits to report progress and activities during daily team synchronization meetings.
  • Git Command Line Extensions - Provides a terminal application that extends git functionality for filtering and exporting commit logs.
  • Author Filters - Restricts commit history to specific users or excludes authors using regular expressions.
  • Time-Window Filters - Limits results based on day counts, work-week definitions, or specific date ranges.
  • Developer Activity Trackers - Tracks daily progress by parsing Git logs into a text format suitable for standup meetings.
  • Git Repository Analysis - Analyzes Git commit logs and repository metadata across multiple repositories to extract author activity for status updates.
  • Commit Summary Generators - Extracts and filters commit metadata from Git repositories to create a concise text report of recent changes.
  • Commit Log Summarizers - Parses git commit timestamps and hashes to transform raw log data into summarized text reports.
  • Branch Filters - Limits retrieved activity to specific local or remote branches to isolate changes.
  • Temporal Activity Filters - Implements logic to isolate git activity based on temporal metadata and work-week definitions.
  • Activity Summarizers - Reviews commit history across multiple repositories to document work completed over a specific timeframe.
  • Team Productivity Analytics - Generates summaries of codebase contributions by specific authors to track milestones and team velocity.
  • Regular Expressions - Uses regular expression patterns to include or exclude specific authors and branches from reports.
  • Recursion Depth Control - Controls the depth of recursive directory searches to define the scope of repository discovery.
  • Remote Reference Synchronization - Triggers fetch operations to align local commit history with the remote server state before analysis.
  • Remote Server Synchronization - Synchronizes local data with remote storage services by fetching the latest git changes.
  • Recursive Directory Scanners - Recursively traverses filesystems to identify and process multiple git repositories.
  • Contrôle de version - Summarize recent git activity for daily standups.
  • Meeting Automation - CLI tool to summarize recent git activity for status updates.

Historique des stars

Graphique de l'historique des stars pour kamranahmedse/git-standupGraphique de l'historique des stars pour kamranahmedse/git-standup

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Git Standup

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Git Standup.
  • nilbuild/git-standupAvatar de nilbuild

    nilbuild/git-standup

    7,843Voir sur GitHub↗

    git-standup is a command line interface tool that functions as a git commit activity summarizer and version control report generator. It aggregates commit messages and metadata from one or multiple repositories to track work activity and generate daily standup reports. The tool differentiates itself by providing multi-repository aggregation, scanning directories to compile a combined activity report across several projects. It includes features to synchronize remote data across these projects and utilizes a configurable work week schedule to calculate date ranges between workdays. The capabi

    Shellagilegitgit-
    Voir sur GitHub↗7,843
  • tj/git-extrasAvatar de tj

    tj/git-extras

    18,076Voir sur GitHub↗

    git-extras is a collection of command line utilities that extend the functionality of the Git version control system. It provides a suite of shortcuts and additional commands for history manipulation, remote management, repository analysis, and workflow automation. The project distinguishes itself by offering deep integration with hosting providers to manage pull requests and forks, alongside advanced history tools for obliterating sensitive files and rewriting author metadata. It also includes a specialized interactive shell that allows users to execute commands without repeating the binary

    Shellgit
    Voir sur GitHub↗18,076
  • git-tips/tipsAvatar de git-tips

    git-tips/tips

    21,702Voir sur GitHub↗

    This project is a curated collection of command reference guides and workflow documentation for Git. It provides a structured set of shell commands and practical techniques for managing version control and repository history. The guide focuses on specific high-level operational areas, including repository debugging via binary search and log inspection, the manipulation of commit history through squashing and rewording, and the synchronization of remote repositories. It also covers techniques for auditing project evolution and managing remote references. Additional capabilities cover general

    JavaScriptgittipstips-and-tricks
    Voir sur GitHub↗21,702
  • src-d/go-gitAvatar de src-d

    src-d/go-git

    4,880Voir sur GitHub↗

    This project is a native implementation of the Git version control system for Go applications. It provides a programmable API and a low-level plumbing toolset that allows developers to manage repositories, manipulate object graphs, and perform version control operations without requiring external system binaries or C bindings. The library is distinguished by its flexible storage and network layers, featuring a virtual file system that enables in-memory repository management to bypass disk I/O. It supports pluggable network transports and interface-based storage backends, allowing for custom p

    Go
    Voir sur GitHub↗4,880
Voir les 30 alternatives à Git Standup→

Questions fréquentes

Que fait kamranahmedse/git-standup ?

git-standup is a command-line tool and developer activity tracker that parses Git logs to generate summarized text reports of work completed over specific time periods. It functions as a reporting utility that scans Git repositories to extract metadata and author activity for use in progress reviews and status updates.

Quelles sont les fonctionnalités principales de kamranahmedse/git-standup ?

Les fonctionnalités principales de kamranahmedse/git-standup sont : Standup Report Generators, Activity Summaries, Standup Preparation Tools, Git Command Line Extensions, Author Filters, Time-Window Filters, Developer Activity Trackers, Git Repository Analysis.

Quelles sont les alternatives open-source à kamranahmedse/git-standup ?

Les alternatives open-source à kamranahmedse/git-standup incluent : nilbuild/git-standup — git-standup is a command line interface tool that functions as a git commit activity summarizer and version control… tj/git-extras — git-extras is a collection of command line utilities that extend the functionality of the Git version control system.… git-tips/tips — This project is a curated collection of command reference guides and workflow documentation for Git. It provides a… src-d/go-git — This project is a native implementation of the Git version control system for Go applications. It provides a… jerryzliu/dayflow — Dayflow is a privacy-focused productivity tool that records screen activity locally and analyzes it with on-device AI.… carloscuesta/gitmoji-cli — gitmoji-cli is a command line interface and Git extension used to generate structured commit messages with…