1.创建 git 仓库:
mkdir test
cd test
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin 'https://gitee.com/****/public-vue.git'
git push -u origin master
1.创建 git 仓库:
mkdir test
cd test
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin 'https://gitee.com/****/public-vue.git'
git push -u origin master
本文标题:码云初始化项目
本文链接:https://www.haomeiwen.com/subject/lqrahftx.html
网友评论