I develop Magento module and I have two repos first is my module and another is Magento itself. I clone my module repo to the directory then add Magento repo as a remote and merge two branches in one local branch called testing. It works fine. But when developing I need both projects (module and Magento) open in editor so I edit code in testing branch and then I need to commit that changes. But I can t just merge testing to module branch because I have Magento files in testing branch which I don t need in module branch.
是否有办法把从测试到模块分行的改动合并起来,而没有Magento分行的档案?
由于我的分支机构重叠其根名录,因此子座和子树干 t的工作,模块不仅仅是马根到分支的一个子环节。
感谢。