生成本地仓库
步骤一:git init
步骤二:git add *
步骤三:git commit -m 'init team'
创建远程仓库
new responstory
复制关联代码的命令
将本地仓库推送到远程仓库
git push origin master