How to Find out Git Current Version?

There are  two simple ways  to find out what git version you have installed.

1. Using Git Bash

1. Choose any folder -> Right Click -> Git Bash Here
Git Context Menu

2. Type  git version  git version command

2. Using the Command Line CMD

1. Open command line
Run CMD to get Git Version

2. Type  git –version  cmd git --version

Conclusion

As you can see there are two simple ways to find git version. Both shows that on my machine installed  Git 2.36.1.windwows.1 . Here you can download the lates version of git scm.

Leave a Comment