Skip to content

Commit ab3dace

Browse files
committed
add third article card
1 parent cd195d7 commit ab3dace

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Wireframe/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ <h2 class="article-title">What Is the Purpose of a Wireframe?</h2>
4141
<a href="https://www.productplan.com/glossary/wireframe/" target="_blank"
4242
aria-label="Read more about wireframes">Read more</a>
4343
</article>
44+
<article class="card">
45+
<img src="./assets/git-branch.webp" alt="Git Basic Terms" class="article-img" />
46+
<h2 class="article-title">What Is a Branch in Git?</h2>
47+
<p class="article-text">
48+
In version control systems like Git, a branch is a separate line of development that diverges from the main
49+
project timeline. It allows developers to work on new features, bug fixes, or experiments in isolation without
50+
affecting the stable, primary version of the codebase. When changes on a branch are complete and tested, they
51+
can be merged back into the main line, integrating the updates seamlessly.
52+
</p>
53+
<a href="https://blog.devgenius.io/mastering-git-branches-from-creation-to-conflict-resolution-bd227ee12339"
54+
target="_blank" aria-label="Read more about Git branches">Read more</a>
55+
</article>
4456
</main>
4557
<footer>
4658
<p>

0 commit comments

Comments
 (0)