LinuxCommandLibrary

git-extras

Collection of useful Git utilities and commands

TLDR

Install git-extras

$ git extras --version
copy
Update git-extras
$ git extras update
copy
List available commands
$ git extras --help
copy

SYNOPSIS

git extras [options]

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

Show version.
--help
Show available commands.
update
Update git-extras.

SEE ALSO

git(1), git-summary(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community