场景:将现有的文件托管至新的git repo
用到的命令:
git clone 复制网络仓库到本地
git add [file] 加入一个文件/目录到版本控制
git commit 提交修改到仓库(本地)
git push 推送
2017-02-13