git-extra-commands is a collection of command-line helpers that extends Git with additional workflow and repository-management commands. It is packaged as a ZSH plugin for convenience but does not require ZSH to use the scripts. The collection includes tools for staging, amending, inspecting history, cleaning branches, resolving conflicts, and working with remotes. Other commands expose repository statistics, large files, ignored files, changed functions, default branches, and repository roots. Several helpers integrate with fzf for interactive commit, reflog, file, and reference browsing. The repository also collects useful Git aliases, installation methods, external utilities, articles, and practical configuration tips.
Features
- Extended Git workflow commands
- Merged and stale branch cleanup
- Interactive fzf history and reference browsing
- Conflict and repository inspection utilities
- Repository statistics and file analysis
- ZSH plugin and manual installation support