In order to check your version of Git software installed on the Operating System just type git --version in your console.
How to check your git version: macOS/Linux
- Open Terminal application,
- Type: $ git --version,
- You should see the installed git version details on the console:
git version 2.6.1
How to check your git version: Windows
- If you have installed a tool like Git Bash, open git Bash (or Git CMD - though deprecated)
- Type git --version
- You should be able to see your installed git version like:
$ git --version git version 2.21.0.windows.1
⚠️ Note: Make sure you are not running the command on CMD or else you will see this below error!
C:\Users\c2c>git --version
'git' is not recognized as an internal or external command,
operable program or batch file.
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!