Skip to content

Commit a49bcda

Browse files
committed
add summary and link for git branch article
1 parent ba3724f commit a49bcda

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
@@ -49,8 +49,8 @@ <h2>What is the Purpose of a Wireframe?</h2>
4949
/>
5050
<hr />
5151
<h2>What is a Branch in Git?</h2>
52-
<p>[summary goes here]</p>
53-
<a href="#">Read more</a>
52+
<p>A branch in Git is a lightweight pointer to a commit. It allows developers to work on different versions of a project simultaneously without affecting the main codebase.</p>
53+
<a href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell#:~:text=A%20branch%20in%20Git%20is,Note">Read more</a>
5454
</article>
5555
</section>
5656
</main>

0 commit comments

Comments
 (0)