Skip to content

Commit de8c518

Browse files
committed
I changed the text and deleted the new lines on it.
1 parent 41ca88b commit de8c518

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Wireframe/index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,7 @@ <h2>What is the wireframe</h2>
5151
<img src="placeholder.svg" alt="">
5252
<h2>What is Git brunch</h2>
5353
<p>
54-
A Git branch represents an independent line of development from the main codebase.
55-
By default, Git projects start with a main branch called "master".
56-
When you create a new branch, you're making a parallel version that you can
57-
work on without impacting that main code.
58-
It's like having alternate realities! The master branch represents the production version
59-
that your users see. And feature branches represent experimental states that aren't ready to go live.
54+
A Git branch represents an independent line of development from the main codebase. By default, Git projects start with a main branch called "master". When you create a new branch, you're making a parallel version that you can work on without impacting that main code. It's like having alternate realities! The master branch represents the production version that your users see. And feature branches represent experimental states that aren't ready to go live.
6055
</p>
6156
</header>
6257
<a href="https://thelinuxcode.com/what-is-a-branch-in-git-and-how-do-we-use-it/">Read more</a>
@@ -69,5 +64,5 @@ <h2>What is Git brunch</h2>
6964
This is the default, provided code after the changes have been made.
7065
</p>
7166
</footer>
72-
</body>
67+
</body>
7368
</html>

0 commit comments

Comments
 (0)