mkdir cross-shop-website
cd cross-shop-website
git init
touch README.md
git add README.md
git commit -m “first commit”
git remote add origin https://gitee.com/moicp/cross-shop-website.git
git push -u origin “master”
mkdir cross-shop-website
cd cross-shop-website
git init
touch README.md
git add README.md
git commit -m “first commit”
git remote add origin https://gitee.com/moicp/cross-shop-website.git
git push -u origin “master”