问题描述
我有一个项目,它有4个Git根: Project
, Project-commons
, Project-ui
和 Data Model
.
I have project, that have 4 Git Roots: Project
, Project-commons
, Project-ui
and Data Model
.
由于某些配置,我需要将 Project-commons
, Project-ui
和 Data Model
放入 Project 代码>目录.但这导致IDEA突出显示
Project-commons
, Project-ui
和 Data Model
作为红色文件夹.
Due to certain config, I need to put Project-commons
, Project-ui
and Data Model
into Project
dir. But this resulted in IDEA highlighting Project-commons
, Project-ui
and Data Model
as red folders.
Git仍然对我(以及Maven)有效,我没有任何合并错误.红色突出显示是什么意思?使用同步"来完成该步骤.选项对他们有帮助,直到我重新启动IDEA.我相信它必须在另一个Git文件夹中的3个Git根目录下执行某些操作,但是我该如何解决?
Git still works for me (as well as Maven), I didn't have any merge errors. What does that red highlight mean? Using "Synchronize" option to them helps, until I restart IDEA. I believe it has to do something with 3 Git roots inside another Git folder, but how do I fix it?
它看起来像这样:
我的IDEA版本是14.1.
My IDEA version is 14.1.
推荐答案
您可以转到设置→编辑器→颜色和颜色.字体→文件状态,然后检查该颜色的含义:
You can go to Settings → Editor → Colors & Fonts → File Status and check there what this color means:
这篇关于解码IntelliJ IDEA文件夹名称颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!