You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="description">What is the Purpose of a ReadMe</p>
12
13
</head>
13
14
14
-
<section>
15
+
<sectionclass="readme">
15
16
<h2>Introduction</h2>
16
17
<p>
17
18
According to wikipedia, a A README file contains descriptive information
@@ -41,7 +42,7 @@ <h2>The Purpose of ReadMe</h2>
41
42
</p>
42
43
</summary>
43
44
</section>
44
-
<section>
45
+
<sectionclass="wireframe">
45
46
<article>
46
47
<h2>What is the Purpose of Wireframes</h2>
47
48
<p>
@@ -61,36 +62,31 @@ <h2>What is the Purpose of Wireframes</h2>
61
62
</article>
62
63
</section>
63
64
64
-
<section>
65
+
<sectionclass="branch">
65
66
66
67
<article>
67
68
68
69
<h2> What is Branch in Git </h2>
69
70
70
-
<p> A Git branch is a separate workspace used to make changes without affecting the main project. Once the work is complete, the changes can be merged back into the main or master branch.
71
-
72
-
Branches make it easy to:
73
-
<ul>
74
-
75
-
<li>
76
-
Manage different tasks or features independently
77
-
</li>
78
-
<li>
79
-
Test changes without affecting live code
80
-
</li>
81
-
<li>
82
-
Collaborate with others efficiently
83
-
</li>
84
-
</ul>
71
+
<p> A Git branch is a separate workspace used to make changes without affecting the main project. Once the work is complete,
72
+
the changes can be merged back into the main or master branch.
73
+
Branches make it easy to:
74
+
<ul>
75
+
<li> Manage different tasks or features independently </li>
76
+
<li>Test changes without affecting live code</li>
77
+
<li> Collaborate with others efficiently</li>
78
+
</ul>
85
79
</p>
86
80
</article>
87
81
<summary>
88
82
Without branching developers will not have the flexibility of making changes and contributing to the main branch after a pull request
0 commit comments