There was an error while loading. Please reload this page.
1 parent a86f4cb commit d4df58dCopy full SHA for d4df58d
1 file changed
Wireframe/index.html
@@ -39,8 +39,13 @@ <h2>The Purpose of Wireframes</h2>
39
<img src="https://os.novatorsoft.com/nvs-content/medium_branch_nedir_1_a4b3ed668c.webp"
40
alt="a diagram showing git branches" width="700" />
41
<h2>What is a Branch in Git?</h2>
42
-
43
+ <p>
+ Git branches are a powerful feature that allows developers to work on different versions of a project
44
+ simultaneously
45
+ without affecting the main codebase.
46
+ </p>
47
+ <a href="">Read more</a>
48
+ </article>
49
</main>
50
<footer>
51
<p>
0 commit comments