Git Branch Concept and work on Git branch
Git Branch Concept and work on Git branch: In general branch means separate workstation. Like this concept of separate workstation, we also can create separate branches in Git according to the steps of our flows like development(dev), Testing(test) or Production(prod) or based on what functionality we will add to our project. We also create branches in Git for not …