Part 1-Basic Git & GitHub for DevOps Engineers
What is Git?
Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development but can be used to track changes to any set of files.
With G...
ritul.hashnode.dev3 min read