Install Git on Ubuntu
First, use the apt package management tools to update your local package index. With the update complete, you can download and install Git:
sudo apt update
sudo apt install git
You can confirm that you have installed Git correctly by running the following command:
git --version
by გიორგი ბაკაშვილი
4 years ago
Linux
Git
1
Pro tip: use ```triple backticks around text``` to write in code fences