Git Branching and Merging Strategy- Part 1
What is a git branch?
A branch is just a pointer which points to a specific commit.
What is HEAD in git?
The HEAD in Git is the pointer to the current branch reference, which is in turn a pointer to the last commit you made or the last commit that w...
sujeet-agrahari.hashnode.dev2 min read