From 54026729ebdbf3cdd0faafb5a43de73153c201a7 Mon Sep 17 00:00:00 2001 From: virajhdesai1986 Date: Thu, 7 Nov 2024 15:08:33 -0500 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..1289b12 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..... \ No newline at end of file