实际操作(⭐)

1. 先 Fork,然后设置 origin 和 upstream

# 设置 origin
git remote add origin https://gitee.com/ronnie24/arkui_ace_engine.git
# 设置 upstream
git remote add upstream https://gitee.com/openharmony/arkui_ace_engine.git


设置 origin 和 upstream

2. 查看所有分支

3. 看到自己 dev 分支


切换到自己的开发分支

git checkout llq_dev
posted @ 2024-04-21 18:50  爱新觉罗LQ  阅读(4)  评论(0编辑  收藏  举报