Skip to content

Commit a0ced32

Browse files
committed
add third article card git branch
1 parent 40f8ee7 commit a0ced32

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
@@ -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>

0 commit comments

Comments
 (0)