git Verified current stable Not installed? Version Control

Git / Display Version Git Extras

Display Version Git Extras

Quickly check the installed version of Git Extras using the command line.

$
Terminal
git extras -v

When To Use

Verify the version of Git Extras for compatibility checks.

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
git extras version 5.0.0

Git Extras is a collection of useful commands for Git.

For more information, visit: https://github.com/tj/git-extras

Command Breakdown

What each part is doing

git
Base Command
The executable that performs this operation. Here it runs Git before the shell applies any redirect operators.
-v
v| version
The value supplied for v| version.
-v
Command Option
Tool-specific option used by this command invocation.

How To Run

Execution path

  1. Step 1

    Open your terminal.

  2. Step 2

    Run the command: git extras -v

  3. Step 3

    Review the displayed version information.

Alternative Approaches

Comparable commands in other tools

Alternative version control tools for the same job.