LoginSignup
2
2

More than 3 years have passed since last update.

iOSアプリ開発:リポジトリにファイル追加

Last updated at Posted at 2014-05-17

※個人で管理しているHPに引っ越ししました。
リンク切れ等考慮して本ページは残しておきますが、今後はHPのほうで更新します。

Prj1というフォルダがあり、その下に追加したいファイルがある。
と言う前提で記述しています。

※コミットしていません。追加のみの方法です。

ターナルで行う

ターミナルを起動


cd Prj1
/Applications/Xcode.app/Contents/Developer/usr/bin/git add .

Xcodeで行う

Project Navigator上からPrj1フォルダを選択し右クリック、Source Control->Add

他にも方法あれば…教えてください!

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2