ChaoyuKong/git_test
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Git is a distributed version control system (vcs). Git is a free software distributed 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 Starting to leart branch management. Starting to leart branch bug.