Skip to content

Git Source Control

Installing Git Source control

You can install git source control on a Intel or AMD based ChromeOS device by running the following on the ChromeOS Linux Terminal

sudo apt update
sudo apt install git

You can git source control on a ARM/ARM64 based ChromeOS Device by running the following on the ChromeOS Linux Terminal

sudo apt update
sudo apt install git