Git

1、在Xcode中使用Git进行源码版本控制

http://www.cocoachina.com/ios/20140524/8536.html

2、iOS_Xcode 与终端命令操作 使用git 控制版本_code_lover

http://blog.cocoachina.com/article/14197

3、利用terminal上传本地项目到github

http://www.jianshu.com/p/223d14f3a781

4、Mac终端的使用

http://www.2cto.com/os/201409/331710.html

5、探索 .git 目录

http://blog.jobbole.com/tag/git/

6、git介绍大全

http://blog.jobbole.com/tag/git/


显示Mac隐藏文件的命令: defaults write com.apple.finder AppleShowAllFiles YES
隐藏Mac隐藏文件的命令: defaults write com.apple.finder AppleShowAllFiles NO
原文地址:https://www.cnblogs.com/superbobo/p/5262486.html