本地代码上传git服务器

git init 
git add .
git commit -m "xxx"
git remote add origin  https://github.com/xxxxxxxx
git pull --rebase origin master
git push

猜你喜欢

转载自blog.csdn.net/qq_40188879/article/details/85317070