HusterHope / learngit

Xuefeng Liao's lesson.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Creating a new branch is quick AND simple.

Merging branches may cause conflicts.

Git use fast-forward method to merge branches.

About

Xuefeng Liao's lesson.

License:Other