Wednesday, 15 November 2023

Basics of Git Branching

Git branching is described well in the book Pro Git.

Just like in other VCS, git provides branching support. Creating a branch is a lightweight operation, Understanding the "way of branching" in Git requires an understanding of its data model.

No comments: