/learngit

learn git

OtherNOASSERTION

Git is a distributed version control system.
Git is 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!!
>>>>>>> dev
test-1
test-2
test-3
test-4