class Git::Commands::Version

Wrapper for the ‘git version` command

Prints the git suite version.

@example Basic usage

version = Git::Commands::Version.new(execution_context)
result = version.call
result.stdout #=> "git version 2.42.0"

@note ‘arguments` block audited against git-scm.com/docs/git-version/2.53.0

@see Git::Commands

@see git-scm.com/docs/git-version git-version documentation

@api private