Branch A branch in Git is simply a lightweight pointer to one of the commits. The default branch is master. You are allowed to create any number of branches. To keep track of which branch you are on git uses a special pointer called HEAD. # create br...
kapilvk.hashnode.dev2 min read
No responses yet.