Skip to content

Commit 4323c76

Browse files
committed
What is git
1 parent 3bbd7ab commit 4323c76

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

Wireframe/index.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ <h1>Planning Your Codebase</h1>
2222
/>
2323
<hr />
2424
<h2>What is Git?</h2>
25-
<p>[summary goes here]</p>
26-
<a href="#">Read more</a>
25+
<p>If you've ever lost a file or overwritten something important, Git is like a digital time machine that helps you avoid that chaos. It keeps track of your files as they change, letting you jump back to previous versions and understand who changed what and when. Pretty much a must-have if you’re working on projects — solo or with a team.</p>
26+
<a href="https://opensource.com/resources/what-git">Read more</a>
2727
</article>
2828

2929
<article>
@@ -33,8 +33,8 @@ <h2>What is Git?</h2>
3333
/>
3434
<hr />
3535
<h2>Why Do Developers Use Git?</h2>
36-
<p>[summary goes here]</p>
37-
<a href="#">Read more</a>
36+
<p>Git makes working on code feel a lot less scary. You can experiment freely, knowing you can always roll back. But it’s not just about safety — it also makes collaboration smooth, since multiple people can work on the same project without constantly tripping over each other. No more saving files as 'final_FINAL_thisone_use.js'.</p>
37+
<a href="https://www.hostinger.com/tutorials/why-use-git">Read more</a>
3838
</article>
3939

4040
<article>
@@ -44,14 +44,18 @@ <h2>Why Do Developers Use Git?</h2>
4444
/>
4545
<hr />
4646
<h2>What is a Branch in Git?</h2>
47-
<p>[summary goes here]</p>
48-
<a href="#">Read more</a>
47+
4948
</article>
5049
</section>
5150
</main>
5251

5352
<footer>
5453
<p>Built with ❤️ by R.M.B</p>
54+
<p>
55+
This site was created as part of the CodeYourFuture onboarding coursework.
56+
You can view the related GitHub issue
57+
<a href="https://github.com/remimarcelle/My-Coursework-Planner/issues/7" target="_blank" rel="noopener">here</a>.
58+
</p>
5559
</footer>
5660
</body>
5761
</html>

0 commit comments

Comments
 (0)