← 返回命令列表

Linux command

git-extras 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show git-extras version

git extras --version

Update git-extras

git extras update

List all git-extras commands

git extras --help

Show a repository summary

git summary

Generate a changelog from tags

git changelog

说明

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.

参数

--version
Print the installed git-extras version.
--help
Print the list of extra subcommands provided by git-extras.
update
Fetch and install the latest git-extras release from upstream.

FAQ

What is the git-extras command used for?

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.

How do I run a basic git-extras example?

Run `git extras --version` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --version do in git-extras?

Print the installed git-extras version.