Skip to content

Commit df7d18d

Browse files
committed
Add article on Git branches with image, summary, and link
1 parent e064199 commit df7d18d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ <h2>What is a Wireframe?</h2>
3232
</article>
3333

3434
<article>
35-
35+
<img src="https://static.vecteezy.com/system/resources/previews/019/980/954/non_2x/git-branch-icon-line-isolated-on-white-background-black-flat-thin-icon-on-modern-outline-style-linear-symbol-and-editable-stroke-simple-and-pixel-perfect-stroke-illustration-vector.jpg" alt="Git branch logo" />
36+
<h2>What is a Branch in Git?</h2>
37+
<p>
38+
In Git, a branch is an independent line of development that allows you to work on new features or fixes without affecting the main codebase. This collaboration and parallel development, enabling multiple contributors to work simultaneously without conflicts.
39+
</p>
40+
<a href="https://www.w3schools.com/git/git_branch.asp">Explore more</a>
3641
</article>
3742
</main>
3843
<footer>

0 commit comments

Comments
 (0)