/learngit

learn git from Xuefeng Liao

OtherNOASSERTION

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.
Creating a new branch is quick and simple.
Git can merge conflicts with different modes.
You can use git stash to store the current work.