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.