Server Setup Documents
Install Git
Before we start setting up everything today let’s make sure everything is up to date. Open the Google Cloud SSH tool and run the following command:
sudo apt-get update
Next install Git:
sudo apt-get install git
That's it, you can now start using Git with the command line. You can use Git with the SSH tool in the Google Cloud, or with the SSH tool in Codeanywhere.