File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments