Skip to content

Commit 738bd45

Browse files
adding ordered list for the subheading of git branch purposed
1 parent d167849 commit 738bd45

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,18 @@ <h2> What Is a Git Branch?</h2>
101101
<p>
102102
In Git, a <em>branch</em> is like a separate workspace
103103
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>
104+
Think of it as a "parallel universe" for your code.The purpose of a Git branch is as highlisted below.</p>
105+
<ol>
106+
<li>Isolate Work.</li>
107+
108+
<li>Enable Collaboration.</li>
109+
110+
<li>Experiment Safely.</li>
111+
112+
<li>Simplify Version Control.</li>
113+
<li>Facilitate Code Reviews.</li>
114+
115+
</ol>
105116

106117
</article>
107118

0 commit comments

Comments
 (0)