上传本地代码到github 花钱月下酒 2020-11-04 178 阅读1分钟 git init git add . git commit -m 'init commit' git remote add origin github.com/JasonLGJ/Go… git pull origin master git push -u origin master -f