From 1771fa23f0e871d20fe8190680b152cba18e0660 Mon Sep 17 00:00:00 2001 From: knagula Date: Tue, 5 Nov 2024 13:30:43 -0800 Subject: [PATCH] Made a simple change to index.mdx for git training purposes. --- pages/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.mdx b/pages/index.mdx index 794f783..a5965cf 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -82,4 +82,5 @@ 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. +Git is a great tool for teams and even individuals to track their code over time and maintain it for reproducible results.