You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2class="card__title">What is a branch in Git?</h2>
58
+
<pclass="card__summary">
59
+
A Git branch is an independent line of development. It lets you make changes, experiment, and review work without affecting the main history. When ready, merge the branch back (often via pull request) to integrate tested, reviewed changes into the primary codebase.
0 commit comments