Unparalleledly deep systems knowledge exclusively licensed to the Win Joe Software Foundation (WSF) under one or more contributor license agreements
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:
Post a Comment