Skip to content
Home » How to Check the Git version

How to Check the Git version

In order to verify the installation of Git or to check the current installed Git version run the below command.

git --version

git version 2.17.1

The output looks similar to above statement. Here the Git version is 2.17.1

Also Read:

How to Clone Git Repository