1.去github上创建自己的Repository2.在mac中选择一个文件夹将github上的源码clone下来2.1 git init2.2 git clone https://github.com/yourproject/yourproject.git3.将更新后的源码提交到github上3.1 git add *3.2 git commit -m””...