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
<<<<<<< HEAD
Creating a new branch is quick and simple.
=======
Creating a new branch is quick And Simple.
>>>>>>> feature1
Add a new branch dev