赞
踩
git init
git remote add origin 远程仓库地址
远程仓库地址在gitee仓库复制即可
git pull origin master
git add .
git commit -am "注释信息"
git push origin master