Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.