From 3344d18a283b35283dd0a2e4cc5f2311ace9a7f1 Mon Sep 17 00:00:00 2001 From: "muralikrishnan.rajamuni" Date: Thu, 11 Sep 2025 09:50:19 +0530 Subject: [PATCH] add pragrap --- notes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes.txt b/notes.txt index 0e54a55..eb44f4d 100644 --- a/notes.txt +++ b/notes.txt @@ -1,2 +1,5 @@ # the text file # murali krishnan +#Version Control is a system that records changes to files over time. +Git is the most popular Version Control System (VCS). +It’s distributed, meaning every developer has a full copy of the project history (not just files).