Limit on number of git branches

廉价感情. 提交于 2019-12-03 04:45:44

Yes, branches are free. Branching and merging is very easy.

The scalability issues mentioned before comes only when synchronizing a vast amount of branches through the network (git fetch, git pull, git push). Locally you shouldn't have any problem.

There was a thread about scalability problems in this area on the git mailing list last year, as I recall there were some improvements made but I don't recall off hand what the performance was like with the changes that got incorporated into newer versions as a result.

Here's a link to an archive of that thread:

http://git.661346.n2.nabble.com/Git-is-not-scalable-with-too-many-refs-td6456443.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!