所需檔案︰.gitignore
如果沒有就手動增加
在SurceTree裡也可以用設定的
內容可參考︰
Objective-C.gitignore
https://github.com/github/gitignore/blob/master/Objective-C.gitignore
忽略某些文件
http://gitbook.liuhui998.com/4_1.html
在 git 中忽略文件 gitignore 与 exclude
http://www.cnblogs.com/pylemon/archive/2012/07/16/2593112.html
【git】.gitignore用法
http://www.jianshu.com/p/a078cf2fd9b0
但如果已經有commit過了,後來再設會無效果
這時就得刪除已經被commit的資料
git rm --cached -r Pods/
git rm --cached -f *.xcuserstate
git忽略已经被提交的文件
http://segmentfault.com/q/1010000000430426
.gitignore - ignore any 'bin' directory
http://stackoverflow.com/questions/1470572/gitignore-ignore-any-bin-directory
讓 Xcode 與 Git 合作愉快
http://iosdevelopersnote.blogspot.tw/2012/03/xcode-git.html
git 学习路线
http://blog.vichamp.com/git/2015/03/25/Guideline-to-Learn-git/
廖雪峰官網-Git教程
http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000
Podfile
https://guides.cocoapods.org/using/the-podfile.html
把已建立的專案加入 Xcode 的 Git 版本控制
http://blog.tonycube.com/2014/05/xcode-xcode-git.html
git init
[add .gitignore
Pods/
*.xcuserstate]
git add .
git commit -m ‘initial commit'
留言
張貼留言