标签: git open-source git-remote
我真的需要你的帮助。
我有一个基于Github上托管的开源解决方案的项目。我需要能够根据我公司的需要更改文件,但同时将代码与原始仓库同步以保持更新。
所以我需要像
(get-latest-remote-repo-code --> apply-my-specific-adjustments --> production)
实现这一目标最明智的方法是什么?你会如何处理这种情况?