1.调出终端,cd到项目位置,如cd Documents/xxx
2.git init
3.git add . (千万不要少打.号)
4.git commit -m "Initial commit"
//一般直接这样配置就完了,但如果系统中安装了多个xcode。执行 git init 可能会出错,这时,你需要代开xcode->preference->location->Comman Line TOoLs 修改为当前使用的Xcode版本,不然上面配置不上。
转载于:https://my.oschina.net/u/2285956/blog/371325