LoginSignup
2
1

More than 3 years have passed since last update.

【Xcode】差分(ファイル名の横のMとかRとか)が表示されない

Posted at

GitHubでよくやるリポジトリ作成から開発までのフロー

  1. GitHubでリポジトリを新規作成する
  2. cloneする
  3. cloneしたディレクトリ内にXcodeのプロジェクトを作成
  4. git push
  5. 実装を進めていく

Xcodeでよくファイル名の隣にでる差分のアイコンがでない

最初に上記のフローで開発を始めたら、よく見るファイル名の隣の差分アイコンが表示されませんでした。
スクリーンショット 2020-05-18 19.03.22.png
ローカルブランチとの差分をみようとしても見れない。

解決策

メニュー>Source Control>Create Git Repositories...を選択してcreateすればOK!
スクリーンショット 2020-05-18 19.05.50.png

2
1
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
1