From 92bf1347f2b2964703e45c1c5eb7f895d33b9048 Mon Sep 17 00:00:00 2001 From: Rafael Alvarez Rivero Date: Mon, 28 Oct 2024 22:49:21 -0600 Subject: [PATCH 1/2] ralvarez edited index.mdx - homework #1 --- pages/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/index.mdx b/pages/index.mdx index 794f783..200d6cd 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -1,3 +1,5 @@ +EDIT BY ralvarez for homework #1 + # Introduction Welcome to the Intro to Git and GitHub. We are going to be teaching you the basics of how code can be stored and worked on using modern tools like Git and Github. @@ -82,4 +84,4 @@ While Git is a powerful and versatile version control system, it has some limita - **Performance**: Operations like cloning and checking out branches can become slow in very large repositories. ## Conclusion -Git is a great tool for teams and even individuals to track their code over time and maintain it for reproducible results. \ No newline at end of file +Git is a great tool for teams and even individuals to track their code over time and maintain it for reproducible results. From 53fe75c2b1f404ac404c3f9fc0901a16d762879e Mon Sep 17 00:00:00 2001 From: Rafael Alvarez Rivero Date: Wed, 13 Nov 2024 16:17:57 -0600 Subject: [PATCH 2/2] new change ralvarez --- pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.mdx b/pages/index.mdx index 200d6cd..475fb57 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -1,4 +1,4 @@ -EDIT BY ralvarez for homework #1 +EDIT BY ralvarezrivero for homework #1 # Introduction