Deep 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...
techlogs.hashnode.dev2 min read