git-extras
Collection of useful Git utilities and commands
TLDR
SYNOPSIS
git extras [--version] [--help] [update]
DESCRIPTION
git extras is a comprehensive collection of Git utility commands that extend Git's functionality beyond its core feature set. The package includes dozens of helper commands designed to streamline common Git workflows and provide shortcuts for repetitive tasks.Notable commands include git-summary for repository statistics, git-changelog for generating change logs, git-effort for tracking development activity, git-delete-branch for safe branch cleanup, git-ignore for template-based .gitignore creation, and git-undo for reverting recent changes.Installation methods vary by platform, with packages available through Homebrew, apt, yum, and manual installation from source. The tools are implemented primarily as shell scripts, making them portable and easy to customize.
PARAMETERS
--version
Print the installed git-extras version.--help
Print the list of extra subcommands provided by git-extras.update
Fetch and install the latest git-extras release from upstream.
SEE ALSO
git(1), git-summary(1), git-changelog(1), git-effort(1), git-ignore(1), git-undo(1)
