Skip to content
ythy edited this page Aug 21, 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>

资源

删除文件

  • git commit -a -m 'del'

Clone this wiki locally