Git Basic Commands : Day 8 of 90daysOfDevops
1) git init This command we use to transform a normal directory to a git local repository As soon as you hit this command you will see that the .git directory gets created and now your directory will be capable of tracking the changes 2) git clon...




