We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e9665 commit b42debcCopy full SHA for b42debc
1 file changed
Wireframe/index.html
@@ -46,11 +46,11 @@ <h2>What is a wireframe?</h2>
46
<img src="placeholder.svg" alt="" />
47
<h2>What is a Git branch?</h2>
48
<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.
+ A Git branch lets you work on new changes safely without changing the main
+ project. You can make updates, and only add them to the main code when they
51
+ are ready.
52
</p>
- <a href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell">
53
- Read more
+ <a href="https://www.w3schools.com/git/git_branch.asp">Read more</a>
54
</a>
55
</article>
56
</section>
0 commit comments