Skip to content

Commit ea8cbac

Browse files
committed
edited html to add article for "what is a branch in Git"
1 parent 2db891e commit ea8cbac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ <h2>Purpose of a Wireframe</h2>
3333
</article>
3434
<article>
3535
<img src="wireframe.png" alt="">
36-
<h2>Placeholder</h2>
36+
<h2>What is a branch in Git?</h2>
3737
<p>
38-
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Inventore, quibusdam exercitationem? Eligendi, veniam id eius fuga amet earum delectus hic, dolore ipsa, aut illum quas tenetur magni velit repellat odit!
38+
A branch in Git is like a seperate workspace that is contained within the project where any changes made won't affect the main repository.
3939
</p>
4040
<a href="">Read more</a>
4141
</article>

0 commit comments

Comments
 (0)