Git Branching
Branching
Branching is the most important concept of Git. And it is because of branches we can manage the different versions of our code. We can take branches as separate versions of the main repository. These branches are a pointer to a snapshot of...
nankhatai.hashnode.dev3 min read
Umaesh Sundaralingam
Just your friendly neighbourhood Code Explorer!
Great read!