Forrest logo
back to the git tool

git-extras:tldr:8fcc1

git-extras: Print the version of installed `git-extras`.
$ git extras --version
try on your machine

The command "git extras --version" is used to display the version number of the Git Extras tool.

Git Extras is a third-party command-line tool that provides additional functionalities and convenience features for Git. It is not a part of the official Git software, but instead, it extends the functionality of Git with extra commands.

When you run the "git extras --version" command, it will display the version number of the Git Extras tool installed on your system. This information can be helpful in determining the features and capabilities available in your version of Git Extras.

Note that in order to use the "git extras" command, you must have Git Extras installed on your system. If you don't have it installed, you can usually install it using a package manager or by following the installation instructions provided by the Git Extras project.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the git tool