是否可以通过git核心(即命令行)创建git代码库,或者它只是github、bitbucket等提供的一个功能?我最近也有关于pull-requests的类似问题,但我发现pull-requests不仅仅是github、bitbucket等提供的功能,而且是git core (http://git-scm.com/docs/git-request-pull)提供的概念。repo forking的情况是否相同?
发布于 2015-01-27 15:51:56
是的,在git内核中fork是clone。
https://stackoverflow.com/questions/28165519
复制相似问题