码云初始化项目
2018-04-12 本文已影响81人
虚蕪面孔
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