【分布式Git · 向一个项目贡献 · 提交准则】 小节 > 不管你做一个或五个提交,只要所有的改动是在**同一时刻**添加的,项目分支末端的快照就是**独立**的,…… 原文为 > The project snapshot at the tip of the branch is **identical** whether you do one commit or five, as long as all the changes are added **at some point**, ... ”at some point“ 译为 “同一时刻” 似乎不太恰当;“identical” 在这个语境中应当译为 “相同的”。 建议译为 > 不管你做一个或五个提交,只要所有的改动都曾被加入进来,项目分支末端的快照就是一样的,……