在我的maven项目中,我使用了文库orientdb-1.6.2。除了手动添加/删除代码行之外,还有办法添加错误修复(例如这个https://github.com/orientechnologies/orientdb/commit/c3fab473c588d91523a582229293dbd14155999e)吗?
答案 0 :(得分:0)
修复错误的最简单方法是:
点击Fork
按钮链接,在 Github 上分享回购;
克隆forken repo:
git clone https://...
修复该分支的错误,修复该错误:
vim ...
git add a_fixed_file
git commit
将其推入forken repo:
git push https://...
点击Pull Request
链接