1、拉取开源项目
git clone https://gitee.com/y_project/RuoYi-Vue.git
2、关联个人更改项目
git remote add maryd https://gitee.com/MaryD/maryd_api.git git push -u maryd master
3、拉取远程个人项目更新(可选)
git pull maryd
4、创建本地分支并拉取远程个人开发分支并
git checkout -b develop maryd/develop
1、拉取开源项目
git clone https://gitee.com/y_project/RuoYi-Vue.git
2、关联个人更改项目
git remote add maryd https://gitee.com/MaryD/maryd_api.git git push -u maryd master
3、拉取远程个人项目更新(可选)
git pull maryd
4、创建本地分支并拉取远程个人开发分支并
git checkout -b develop maryd/develop
留言评论
暂无留言