gitee常用代码
https://gitee.com/itzhangxuhui/lv-mall.git
git config --global user.name "初心"
git config --global user.email "137647337@qq.com"
mkdir lv-mall
cd lv-mall
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/itzhangxuhui/lv-mall.git
git push -u origin "master"
cd existing_git_repo
git remote add origin https://gitee.com/itzhangxuhui/lv-mall.git
git push -u origin "master"
Content-Type: application/x-www-form-urlencoded
本文来自博客园,作者:公子初心,转载请注明原文链接:https://www.cnblogs.com/ixuhui/p/16018491.html