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.
Visual FoxPro 项目包括作为框架一部分的文件,这些文件位于与项目工作目录不同的目录中。
尽管这些文件是框架的一部分,但随着当前项目的发展,其中一些文件正在被修改,所以我希望它们被同一个 GIT 存储库跟踪。
我怎样才能告诉 GIT 这样做?
谢谢你。
亚历克斯
Git 子模块应该可以帮助您跟踪框架文件。