- Electron Projects
- Denys Vuika
- 57字
- 2025-04-04 13:28:35
Installing Git on macOS
Git comes preinstalled with all macOS versions. To verify this, launch the Terminal application and run the following command:
git --version
The output should be similar to the following:
git version 2.17.2 (Apple Git-113)
Please note that it isn't critical if your system's version of Git doesn't match the one in this example.