本地文件上传到远端
第一步:远端建立仓库
第二步:本地在所在文件夹目录下 git init
git remote set-url name url
git add *
git commit -m “”
git push --set -upstream origin master