1.git remote add origin https://gitee.com/mingshine/hikari-esp32.git
2.git pull origin master --allow-unrelated-histories
3.git add .
4.git commit -m “first commit”
5.git push -u origin master
6.git pull

码云关联远程代码并且提交代码流程_git

新建远程分支
git remote set-branches --add origin [分支名称]
git fetch origin [分支名称]
git checkout [分支名称]