From 482752c10b01c4924447062702c861ec2982f61e Mon Sep 17 00:00:00 2001 From: abm Date: Fri, 29 Nov 2024 21:27:44 +0530 Subject: [PATCH] Modified the pages/index.mdx file --- pages/index.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/index.mdx b/pages/index.mdx index 794f783..059c47a 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -1,6 +1,6 @@ # 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. +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. ## A look at the not-so-good old days Back in the day imagine that you want to build a website. You might have: @@ -82,4 +82,7 @@ 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. + +## Contributors +abm