Skip to content

jJayyyyyyy/learngit

Repository files navigation

Git is a distributed version control system.
Git is a free software 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
a new test-line for merge
hello, there is a new function!
Git is good!