VibeHunt
Back to browse

git-extras

Git utilities.

Source

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

Sign in to leave a review.

Loading reviews…

Similar apps