Day 8 : Basic Git & GitHub for DevOps Engineers
Today, We have some theory and basic tasks for git. let's start with tasks.
1) Install Git on your computer:
To install git on Ubuntu you just need to run the following command.
sudo apt install git
and it will start installing git on your system li...
ajayblog.com2 min read