Deep Dive in Git & GitHub for DevOps Engineers part 2 #Day 9
Task1:
Set your user name and email address, which will be associated with your commits.
First, install git in your instance
sudo apt-get install git init
then you can check that git is installed or not with the help of this command
git --version
...
harsh-rajotya.hashnode.dev3 min read