Git

Git: Part 4 - Branching and more

Featured Image: “Forest” by fear-sAs is licensed under CC BY-NC-ND 3.0 In my previous post we looked at some basic git commands. Let us delve a little deeper into branches. Git Branch A branch in git is really just a pointer to a commit HEAD Head points to the current branch which in turn points to the latest commit in a branch. Same image as earlier but now with reference to HEAD - For nore details refer Git Branching Branches in a Nutshell...

October 3, 2020 · 3 min · 481 words · eakangk