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).