There was an error while loading. Please reload this page.
1 parent d167849 commit 738bd45Copy full SHA for 738bd45
1 file changed
Wireframe/index.html
@@ -101,7 +101,18 @@ <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>
+ 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>
116
117
</article>
118
0 commit comments