- 点击idea的File->New->Project
- image.png
- image.png
- 点击next
-
填写包名和项目名
image.png - 点击两下next
- 进入项目下打开git bash命令
- 输入 git init
- 输入 git remote add origin ssh://git@xx/price-consumer.git
- git add -A
- git commit -m "feat:初始化"
- git branch f/1002213
- git checkout f/1002213
- git push --set-upstream origin f/1002213
- 把分支提交上去,就可以去gitlab上面合并代码了
网友评论