本文主要记录了版本的回退,以及工作区,暂存区概念的理解. //开始之前,先回顾上次的内容,修改文件如下,并提交到版本库. Git is a distributed version control system. Git is free software distributed under the GPL. 1.查看版本库的信息 ubuntu@myubuntu:~/joe/learngit$ git log //可以看到,下面有3个版本 commit 71038bf6cbd05ef559549a1…