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 中使用主题分支进行修复,但我想知道 - 你们在本地机器上工作时是否都保留一个存储库,或者为每个更改保留一个单独的存储库?似乎将它们全部保存在一个存储库中会很痛苦,不是吗?每次切换时,您的构建文件都会变得陈旧!
存储库表示跨时间所有更改的可交付成果。
最好将所有更改放在一个地方,否则需要大量同步。