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.
Create a new branch is quick.
use switch test.
add branch feature1 & master.
test 1 and 2.
add one and two.
test stash and cherry-pick.