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.
我对 openEdX 源代码的一些文件进行了一些更改。现在我想创建一个补丁,以便它可以应用于该文件的新版本。我该怎么做?
opensx源码由git管理,所以只需要创建一个常规的git补丁即可。
这在其他一些问题中得到解决
简短的回答是做 acd /edx/app/edxapp/edx-platform然后
cd /edx/app/edxapp/edx-platform
git diff > mypatch.patch