From 96ee6d1c6476c46611e1a4a7265278c599c29380 Mon Sep 17 00:00:00 2001 From: Vanni Ngo Date: Thu, 14 Nov 2024 13:58:48 -0500 Subject: [PATCH] edit --- pages/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/index.mdx b/pages/index.mdx index 794f783..4bed149 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -1,3 +1,6 @@ +edited by Vanni 11/14/24 + + # 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 +85,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.