Home  >  Q&A  >  body text

用 Git 管理 MFC 程序的目录结构问题

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

迷茫迷茫2708 days ago723

reply all(2)I'll reply

  • 迷茫

    迷茫2017-04-25 09:05:59

    What you need is git submodule

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

    reply
    0
  • 漂亮男人

    漂亮男人2017-04-25 09:05:59

    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.

    reply
    0
  • Cancelreply