Skip to content
Open
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: 1 addition & 1 deletion docs/beginner-intermediate/0-intro-to-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### What is Git?

> It is a free and open source softwares that helps developers tracks and manages changes in a particular files and purposely to manage collaborative development especially during **software development**.
> Git is a free and open source softwares that helps developers track and manage changes in a particular file and purposely to manage collaborative development especially during **software development**.

> Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. - [Git Website](https://git-scm.com/)

Expand Down