simdsoft / REDM

REDM是一套基于商业化标准的开源directui界面框架,不仅能提供完善的项目管理方案、详细的文档框架,也可轻松协助完成可视化界面设计,其核心库的稳定性已在内部多个大型商化项目中通过验证。
http://hgy413.com/3426.html
MIT License
67 stars 38 forks source link

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

Open vanehu opened 2 years ago

vanehu commented 2 years ago

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

halx99 commented 2 years ago

可以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