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.
我正在编写一个程序,该程序将直接调用 Windows/Linux API 进行图形处理。所有的非图形代码都是一样的。我希望能够将非图形代码推送到两个分支,并仅提取一个操作系统的代码。组织存储库的正确方法是什么?
您可以使用git 子模块并为您的平台特定代码使用子模块。