Skip to content

Commit d167849

Browse files
adding the paragraph elemtent for the summary of a git branch article
1 parent d6d0263 commit d167849

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Wireframe/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ <h2> What is the Purpose of a Wireframe?</h2>
9898

9999
<img src="git_branch.png" alt="A Git branch diagram" />
100100
<h2> What Is a Git Branch?</h2>
101+
<p>
102+
In Git, a <em>branch</em> is like a separate workspace
103+
where you can make changes and try new ideas without affecting the main project.
104+
Think of it as a "parallel universe" for your code.</p>
101105

102106
</article>
103107

0 commit comments

Comments
 (0)