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
版权属于:
公子初心
作品采用:
《
署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)
》许可协议授权
评论 (0)