File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,18 @@ <h2 class="article-title">What Is the Purpose of a Wireframe?</h2>
4444 < a href ="https://www.productplan.com/glossary/wireframe/ " target ="_blank "
4545 aria-label ="Read more about wireframes "> Read more</ a >
4646 </ article >
47+ < article class ="card ">
48+ < img src ="./assets/git-branch.webp " alt ="Git Basic Terms " class ="article-img " />
49+ < h2 class ="article-title "> What Is a Branch in Git?</ h2 >
50+ < p class ="article-text ">
51+ In version control systems like Git, a branch is a separate line of development that diverges from the main
52+ project timeline. It allows developers to work on new features, bug fixes, or experiments in isolation without
53+ affecting the stable, primary version of the codebase. When changes on a branch are complete and tested, they
54+ can be merged back into the main line, integrating the updates seamlessly.
55+ </ p >
56+ < a href ="https://blog.devgenius.io/mastering-git-branches-from-creation-to-conflict-resolution-bd227ee12339 "
57+ target ="_blank " aria-label ="Read more about Git branches "> Read more</ a >
58+ </ article >
4759 </ main >
4860 < footer >
4961 < p >
You can’t perform that action at this time.
0 commit comments