🎨

Android StudioやIntelIJでGitでファイル名の色の意味

2024/11/26に公開

Settings (Cmd/Ctrl+,)-> Version Control ->File Status Colorsで変更できる。
デフォの設定を記事にまとめた。

意味 カラーコード
\textcolor{0A7700}{Added} 0A7700
\textcolor{0EAA00}{Added-in-not-active-changelist} 0EAA00
\textcolor{FF0000}{Changelist-conflict} FF0000
\textcolor{0A7700}{Copied} 0A7700
\textcolor{616161}{Deleted} 616161
\textcolor{773895}{Deleted-from-file-system} 773895
\textcolor{72A038}{External (svn)} 72A038
\textcolor{8AA4C8}{Have-changed-descendants} 8AA4C8
\textcolor{3264B4}{Have-immediate-changed-children} 3264B4
\textcolor{B28C00}{Hijacked} B28C00
\textcolor{727238}{Ignored} 727238
\textcolor{7503DC}{Merged} 7503DC
\textcolor{FF0000}{Merged-with-conflicts} FF0000
\textcolor{FF0000}{Merged-with-property-conflicts} FF0000
\textcolor{FF0000}{Merged-with-text-and-property-conflicts} FF0000
\textcolor{0032A0}{Modified} 0032A0
\textcolor{0047E4}{Modified-in-not-active-changelist} 0047E4
\textcolor{7C7C00}{Obsolete} 7C7C00
\textcolor{727238}{Obstructed (svn)} 727238
\textcolor{007C7C}{Renamed} 007C7C
\textcolor{0A7700}{Replaced (svn)} 0A7700
\textcolor{000000}{Suppressed} なし
\textcolor{08978F}{Switched} 08978F
\textcolor{993300}{Unknown} 993300
\textcolor{000000}{Up-to-date} なし

Discussion