フォルダ内の新しいプロジェクトFoobar
の場合~/Code
、Xcodeは次の場所に次のものを作成します~/Code/Foobar/
。
.git
Foobar
Foobar.xcodeproj
~/Code/Foobar/Vendor
サードパーティのライブラリの場合、たとえば次のようにフォルダに入れます。
cd ~/Code/Foobar/Vendor
git clone https://github.com/ohho/GPUImage.git
2つの.git
フォルダがあります:
~/Code/Foobar/.git/
~/Code/Foobar/Vendor/GPUImage/.git/
将来、Xcodeの機能は両方のリポジトリでうまく機能しSource Control
ますか?Commit Selected Files...
.git