Skip to content

Commit 1ccaf13

Browse files
committed
Article 3
1 parent 5de6ce2 commit 1ccaf13

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,29 @@ <h2>What is the purpose of a wireframe?</h2>
4242
</p>
4343
<a
4444
href="https://github.com/dwyl/learn-wireframing/blob/master/README.md"
45+
>Read more</a>
46+
</article>
47+
48+
49+
<article>
50+
<img
51+
src="https://www.sqlshack.com/wp-content/uploads/2020/09/git-branch-and-timelines.png"
52+
alt="Git branch file illustration"
53+
/>
54+
<h2>What is a branch in Git?</h2>
55+
<p>
56+
A branch in Git is a separate version of a project. It lets developers
57+
work on new features or fixes without changing the main version of the
58+
code.
59+
</p>
60+
<a
61+
href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"
4562
>Read more</a
46-
>
63+
>
64+
</article>
65+
</main>
66+
<footer>
67+
<p>Created as a beginner guide to key web development terms.</p>
68+
</footer>
69+
</body>
70+
</html>

0 commit comments

Comments
 (0)