From d421e737b735d934053d7cf373faa06b3366eb03 Mon Sep 17 00:00:00 2001 From: Jackvir <131513997+Jackvir@users.noreply.github.com> Date: Sat, 29 Apr 2023 09:24:43 +0530 Subject: [PATCH] Update README.md --- 2-Git/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-Git/README.md b/2-Git/README.md index 3e9dad2..cbf6337 100644 --- a/2-Git/README.md +++ b/2-Git/README.md @@ -1,5 +1,5 @@ -# Version Control System - +# Version Control System +this is test ## Introduction Version control systems (VCS) are essential tools for tracking changes in software projects, allowing you to maintain a complete history of modifications made to your codebase. This enables developers to easily collaborate, track progress, and revert changes if needed.