上传本地代码到github

178 阅读1分钟
  1. git init
  2. git add .
  3. git commit -m 'init commit'
  4. git remote add origin github.com/JasonLGJ/Go…
  5. git pull origin master
  6. git push -u origin master -f