git-extras
Git utilities.
Git Extras provides a collection of command‑line utilities that extend the core Git workflow. It adds commands for summarizing repositories, managing changelogs, calculating author contribution percentages, handling release tags, and performing other common tasks such as archiving files, deleting merged branches, and creating pull‑request scaffolds. The tool is installed as a set of scripts that become available alongside standard Git commands, allowing users to invoke them with the familiar `git` prefix.
The utilities are aimed at developers who work regularly with Git and want convenient shortcuts for routine operations that would otherwise require multiple manual steps or custom scripting. By integrating directly into the Git CLI, the commands can be used in scripts, CI pipelines, or interactive sessions without leaving the terminal environment.
Git Extras is a stable, community‑maintained project that includes documentation for installation, usage examples, and contribution guidelines. It respects the repository’s default branch name, defaulting to `main` while allowing configuration to revert to `master` when needed.
Reviews
Loading reviews…
Similar apps

Version Control & Git
gitmoji-cli
Use emoji in commit messages.
Version Control & Git
git-stats
A local GitHub-like contributions calendar.

Version Control & Git
git-secret
Store your private data inside a git repository.
Version Control & Git
git commander
Interactive git tool.
Version Control & Git
bash-git-prompt
Informative and fancy bash prompt for Git users.

Version Control & Git
git-all-branches
Improved `git branch -a`.