ishathapa28/learngit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Git is a distributed version control system. Git is a free software distributed under the GPL. 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.