Skip to content
/ git-extras Public

GIT utilities -- repo summary, repl, changelog population, author commit percentages and more

License

Notifications You must be signed in to change notification settings

tj/git-extras

Folders and files

NameName
Last commit message
Last commit date
Dec 30, 2024
Mar 5, 2025
Mar 5, 2025
Jan 31, 2023
Mar 5, 2025
Nov 29, 2024
Nov 11, 2023
Nov 11, 2023
Nov 18, 2023
Oct 20, 2024
Sep 19, 2024
Feb 26, 2025
Oct 20, 2024
Sep 4, 2024
Jan 30, 2016
Sep 26, 2023
Nov 11, 2023
Oct 23, 2023
May 5, 2022
Sep 22, 2024
Dec 9, 2019
Sep 5, 2019
Aug 28, 2020
Aug 12, 2023

Repository files navigation

Git Extras

Little git extras.

Screencasts

Just getting started? Check out these screencasts:

Installation

See the Installation page.

Commands

Go to the Commands page for basic usage and examples.

GIT utilities -- repo summary, repl, changelog population, author commit percentages and more

Contributing

Interested in contributing? Awesome!

Please read Contributing before you make a PR, thanks!

The change of the default branch

As of Git Extras 6.4 the assumed default branch name changed from master to main. This affects the Git Extras commands git archive-file, git delete-merged-branches, git delta, git pull-request, git show-merged-branches, git show-unmerged-branches, and git squash.

To change the default branch name to master: change either the configuration git-extras.default-branch or init.defaultBranch to master; the former takes precedence.

For example, git config git-extras.default-branch master.