From 6f9bc3bd101d2c98893d484eee85662493e95eba Mon Sep 17 00:00:00 2001 From: Isha Thapa Date: Thu, 5 Jun 2025 16:37:12 +0530 Subject: [PATCH 1/2] isha added a message --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 3958cf1aa7..43760fc984 100644 --- a/readme.txt +++ b/readme.txt @@ -4,3 +4,4 @@ Git has a mutable index called stage. Git tracks changes of files. Creating a new branch is quick and simple. Git can merge branches. +Git is a tool which helps us to save and manage different versions of our files and code, work with others, keep track of the changes and undo mistakes. It helps us to contribute and collaborate. From 74d4167243514de965654d6ec4dad587f4f10828 Mon Sep 17 00:00:00 2001 From: ishathapa28 <162695091+ishathapa28@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:47:50 +0530 Subject: [PATCH 2/2] Update readme.txt --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 43760fc984..3dc36c7e1a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,4 +4,5 @@ Git has a mutable index called stage. Git tracks changes of files. Creating a new branch is quick and simple. Git can merge branches. -Git is a tool which helps us to save and manage different versions of our files and code, work with others, keep track of the changes and undo mistakes. It helps us to contribute and collaborate. +Git is a tool which helps us to save and manage different versions of our files and code, work with others, keep track of the changes and undo mistakes. +Git helps us to contribute and collaborate.