我的问题与this one和this other one截然相反,后者要求恢复用于提交窗口和本地更改的旧行为。
Intellij 2020+在IDE的左上角添加了一个提交选项卡。我不知道我做了什么让它消失了,但我怎样才能找回它呢?
发布于 2022-06-03 13:50:41
两个设置控制提交选项卡:一个用于接口,另一个用于窗口。您可能只需要执行一个或两个步骤。
视窗
Use non-modal commit interface
Mac
Use non-modal commit interface
⌘
+,
)要快速访问intellij中的几乎任何内容(设置、代码、VCS等),请按两次Shift
以打开search窗口。复制/粘贴以上文本,以直接到达两个设置。信贷@Marcelo
发布于 2022-11-19 20:34:03
在Mac启用版本control -> commit -> Use non-modal commit Interface
上
https://stackoverflow.com/questions/72490629
复制相似问题