diff --git a/readme.txt b/readme.txt index 3958cf1aa7..3dc36c7e1a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,3 +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. +Git helps us to contribute and collaborate.