Skip to content
ythy edited this page Aug 4, 2017 · 6 revisions

初次步骤

  • git init 初始化库
  • git add *.* 添加文件
  • git remote add XXX https://github.com/ythy/XXX Adding Remote Repositories
  • git commit -m 'log' 本地提交
  • git push XXX master Pushing to Your Remotes

Clone this wiki locally