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 fork 是 git clone?
任何人都可以帮助我理解 fork 和 clone 背后的概念吗?,我知道 clone 做了什么,但想要更详细的信息。
克隆检查整个存储库以供本地使用(想法是在某个时候将更改推送回主服务器),而分叉并不一定意味着代码将被推送回主服务器。如果修复它的开发人员确实需要修复,则可能不接受 fork 上的修复并合并到 master 中,并且项目的分叉版本仍然可以对其进行开发。