GitHub - doudoubean/learngit
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. Creating a new branch is quick. <<<<<<< HEAD Creating a new branch is quick & simple. ======= Creating a new branch is quick AND simple. >>>>>>> feature1 Creating a new branch is quick and simple. git is so convenient!