用 Git 管理 MFC 程序的目录结构问题
迷茫
迷茫 2017-04-25 09:03:59
0
2
797

一般一个 MFC 程序包含好几个 dll , dll 一般又会写一个 小型的测试程序.大家说这么多细细碎碎的东西是放在同一个 git 仓库还是放在不同的仓库能? 有人在工作中使用的工作流程可以分享么?万分感谢.

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
迷茫

What you need is git submodule

http://www.kafeitu.me/git/2012/03/27/git-submodule.html

漂亮男人

Same. If your module is not independent, it is subordinate to this project. Will it be very fine? How old is your program? If it is independent, you can use submodules. Submodules manage other warehouses as subdirectories of this warehouse.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template