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

posted @ 2022-03-24 14:30  陌生人的天宇  阅读(95)  评论(0)    收藏  举报