REDM
REDM copied to clipboard
修改了 cmake的模式,整合了dmcef 这个改动比较大 怎么合并提交呢?
https://gitee.com/vvscotty/redm2.git 提交地址
可以fork,创建PR
- fork github
- 在fork的分支将gitee仓库修改同步到你fork的分支,并提交
- 在主仓库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