From ac56ca7fb12db7caa2fbbb4ae737795db2708f0f Mon Sep 17 00:00:00 2001 From: Federico Retana Date: Fri, 15 Nov 2024 11:37:41 -0600 Subject: [PATCH] Made a simple change to index.mdx so that we can show how commits work. --- pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.mdx b/pages/index.mdx index 794f783..01736af 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -82,4 +82,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. Yeah!