Advance Git & GitHub for DevOps Engineers : Part-1
What is Git Branching?
Git branching is a fundamental concept in the Git version control system that allows you to work on different versions of your project simultaneously.
In git the default branch is master and the master branch generally represen...
pratikshende.hashnode.dev6 min read