Chapter 3: Understanding Git Branches and Branching Workflows
What does Git branching means in general?
In simple terms, Git branch is like making a copy of the current working code, which we can call v1. Instead of changing the original code directly in v1 on the same branch, we create a new branch from the ex...
bhanudevsr211230.hashnode.dev2 min read