Skip to content

Commit b42debc

Browse files
committed
Improve Git branch definition
1 parent 33e9665 commit b42debc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ <h2>What is a wireframe?</h2>
4646
<img src="placeholder.svg" alt="" />
4747
<h2>What is a Git branch?</h2>
4848
<p>
49-
A branch in Git is a separate version of a project where you can work on
50-
changes without affecting the main code.
49+
A Git branch lets you work on new changes safely without changing the main
50+
project. You can make updates, and only add them to the main code when they
51+
are ready.
5152
</p>
52-
<a href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell">
53-
Read more
53+
<a href="https://www.w3schools.com/git/git_branch.asp">Read more</a>
5454
</a>
5555
</article>
5656
</section>

0 commit comments

Comments
 (0)