转自:github.com
Think of a commit as a snapshot of your project —code, files, everything — at a particular point in time. More accurately, after your first commit, each subsequent commit is only a snapshot of your changes. For code files, this means it only takes a snapshot of the lines of code that have changed. For everything else like music or image files, it saves a new copy of the file
本文解释了Git中提交的概念,将其比作项目的快照。详细介绍了对于代码文件,提交只记录更改的代码行;而对于音乐、图片等文件,则保存新副本。
3399

被折叠的 条评论
为什么被折叠?



