From 2df273424e99eefdeedd5a0326d7705ae3a2d9a0 Mon Sep 17 00:00:00 2001 From: Bill Zhao Date: Fri, 1 Nov 2024 10:29:22 -0400 Subject: [PATCH] A simple change to index.mdx for git testing --- pages/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/index.mdx b/pages/index.mdx index 794f783..635231b 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -82,4 +82,6 @@ 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. + +## Script Club L3 homework change. \ No newline at end of file