Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我了解 git 的“快照”是指不同时间点的工作树状态。此外,如果我们更改分支,工作树也会发生变化,我们开始记录该工作树的快照。
我在这里是正确的还是在 git 中还有更多的“快照”。
据我所知,您完全掌握了snapshotin git 的含义。
snapshot
另外,请看这里:什么是 git“快照”?
快照是 rar, zip, tar, ... 包含您分支中所有已提交和推送的文件。例如,如果您在上次推送时破坏了项目存储库。您可以使用最后一个快照来恢复所有文件