Day 8: Basic Git & GitHub for DevOps Engineers
What is Git?
Git is a version-control system used for tracking changes in computer files.
It helps you to keep track of all the changes made to a project's files, so if something goes wrong, you can easily go back to an earlier version.
It is primar...
90-days-of-devops-challenge.hashnode.dev5 min read