-
Notifications
You must be signed in to change notification settings - Fork 708
如何提交代码到社区redis manager (Pull Request)
Jay.H.Zou edited this page Jun 19, 2018
·
6 revisions
4.当你 New pull request 时,你的 Repository 的版本很大概率上已经不是最新的版本了(社区中的 redis-manager 会不定期更新),所以在 Pull request 前,你需要先进行 Merge。社区中的修改和您的修改可能会有冲突,如下图所示,github 提示说,不能自动合并,但是您可以继续 New pull request,因为可以手动修改冲突。当然,也有可能够自动合并。
5.之后,页面会跳转到社区 redis-manager 的 Pull requests 页面,在此页面您可以对您的 Pull requests 中的冲突进行解决。点击 Resolve conflicts。