From 1609182f60746c5b416059f5d6bdb847ea0d8946 Mon Sep 17 00:00:00 2001 From: poonamraj1 Date: Tue, 5 Nov 2024 11:52:19 -0500 Subject: [PATCH 1/2] Made a simple change to index.mdx so that we can show how commits work. --- pages/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/index.mdx b/pages/index.mdx index 794f783..d80c0a9 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. + +Adding a new line. \ No newline at end of file From abc0c45c2528cf5a66837e1f3682e253ecd5e80e Mon Sep 17 00:00:00 2001 From: poonamraj1 Date: Fri, 8 Nov 2024 14:10:31 -0500 Subject: [PATCH 2/2] update pages/index.mdx --- pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.mdx b/pages/index.mdx index d80c0a9..4863c94 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -84,4 +84,4 @@ While Git is a powerful and versatile version control system, it has some limita ## Conclusion Git is a great tool for teams and even individuals to track their code over time and maintain it for reproducible results. -Adding a new line. \ No newline at end of file +Adding a new line to test update. \ No newline at end of file