Skip to content

Commit b0752dc

Browse files
committed
Added third git branch article
1 parent 29c4645 commit b0752dc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ <h2>Wireframes</h2>
3434
<a href="https://balsamiq.com/blog/what-are-wireframes/">Read more</a>
3535
</article>
3636
<article>
37-
37+
<img src="https://hpc-wiki.info/mediawiki/hpc_images/thumb/6/6d/Git_tutorial_-_branching.png/700px-Git_tutorial_-_branching.png" alt="git branch image">
38+
<p>
39+
In Git, a branch is essentially a lightweight, movable pointer to a specific commit in your
40+
repository's history. Conceptually, it serves as an isolated, parallel workspace where
41+
you can develop new features, fix bugs, or experiment without affecting the stable "main" code.
42+
</p>
43+
<a href="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*bl0mLTGKrUfdIPS0hSKUBA.jpeg">Read more</a>
3844
</article>
3945
</main>
4046
<footer>

0 commit comments

Comments
 (0)