Skip to content

Commit 274bec5

Browse files
adding all the paragraph to explain the sub headings
1 parent 738bd45 commit 274bec5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Wireframe/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,17 @@ <h2> What Is a Git Branch?</h2>
113113
<li>Facilitate Code Reviews.</li>
114114

115115
</ol>
116+
<p> Branches let you work on new features or
117+
fixes without affecting the stable version of your project.</p>
118+
<p> Multiple developers can work on different branches at the same time —
119+
Git merges their work later,
120+
ensuring smooth teamwork.</p>
121+
<p>You can test ideas or refactor code in a branch.
122+
If it doesn’t work, you can delete the branch without harming the main project </p>
123+
<p> Branches make it easy to manage releases, hotfixes,
124+
and long-term development lines..</p>
125+
<p> They allow for code reviews and discussions before merging changes into the main branch,
126+
improving code quality.</p>
116127

117128
</article>
118129

0 commit comments

Comments
 (0)