๐Day-02: Branching & Merging
๐ Hour 1 โ Branching Concepts & Practice
1๏ธโฃ What is a Branch?
A branch is just a pointer (ref) to a specific commit.
Example:
(main) โโAโโBโโC
If you create a new branch:
(main) โโAโโBโโC
\
(feature)
Both branches point to the...
tirucloud.hashnode.dev5 min read