Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改了 cmake的模式,整合了dmcef 这个改动比较大 怎么合并提交呢? #16

Open
vanehu opened this issue Aug 12, 2022 · 2 comments

Comments

@vanehu
Copy link

vanehu commented Aug 12, 2022

No description provided.

@vanehu
Copy link
Author

vanehu commented Aug 12, 2022

https://gitee.com/vvscotty/redm2.git 提交地址

@halx99
Copy link
Member

halx99 commented Sep 26, 2022

可以fork,创建PR

  1. fork github
  2. 在fork的分支将gitee仓库修改同步到你fork的分支,并提交
  3. 在主仓库github页面点击按钮 New Pull Request,选择你的分支
git clone https://github.com/vanehu/REDM.git
cd REDM
git remote add my-gitee https://vvscotty/redm2.git
git fetch my-gitee
git checkout -b feature-cef
cd feature-cef
git pull my-gitee master
git push origin feature-cef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants