Skip to content

Commit 43fb887

Browse files
committed
add article and readme line
1 parent 2ed7032 commit 43fb887

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,16 @@ <h3>Summary</h3>
6060
<h2>What is a branch in Git?</h2>
6161
<h3>Summary</h3>
6262
<p>
63-
63+
A branch in Git is an independent line of development.
64+
It lets you work on changes without affecting the main version of the project.
65+
You can think of a branch like a parallel workspace:
66+
<ul>
67+
<li>The main project stays stable</li>
68+
<li>You make changes safely in another branch</li>
69+
<li>Later, you can merge those changes back into the main project</li>
70+
</ul>
6471
</p>
72+
<a href="https://www.w3schools.com/GIT/git_branch.asp?remote=github">Read more</a>
6573
</article>
6674
</main>
6775
<footer>

0 commit comments

Comments
 (0)