Situatie
Keeping your Git installation up to date is essential, as it gives you all the latest features, improvements, bug fixes, and more.
Solutie
Check Which Version of Git You’re Using
The command to check which version of Git you’re using is the same on both Windows and Mac. To check your Git version, open Command Prompt (Windows), Terminal (Mac), or the Linux terminal.
Once open, run this command:
git --version
The Git version you’re currently using will be returned. Now that you know which version of Git you’re using, you can decide if you want to update it or not.
Leave A Comment?