SLShrikar Lonkarintechlogs.hashnode.dev·Feb 7, 2023 · 2 min readDeep Dive in Git & GitHub for DevOps Engineers.💻1.What is difference Between Main Branch and Master Branch?? Actually, there is no difference between main and master in Git. ‘Master’ is just the name of the default branch for all the existing repositories. Whereas,if you create a new repository, y...00
SLShrikar Lonkarintechlogs.hashnode.dev·Feb 7, 2023 · 4 min readBasic Git & GitHub for DevOps Engineers.1.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 it can be used to track changes to any set of files. ...00