GIT & GitHub Fundamentals
GIT (Global Information Tracker): Git is a version-controlling system that helps us to track the changes in any file.
git init: to initialize the git and track the files
NOTE: After using git init command Devops_batch_4 becomes the root folder/repos...
journeytodevops.hashnode.dev7 min read