- Google Cloud AI Services Quick Start Guide
- Arvind Ravulavaru
- 46字
- 2021-06-25 21:52:11
Installing Git
To install Git, head over to https://git-scm.com/book/en/v2/Getting-Started-Installing-Git and follow the instructions on that page to install Git for your OS. Once you have successfully installed, you can run the following command to verify the installation:
$ git --version
git version 2.11.0 (Apple Git-81)