File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99- ** 温馨提示** :此教程使用的工具为` IntelliJ IDEA 2017(.1.5) ` 版本
1010- ** 官网地址** :http://www.jetbrains.com/idea/download
11- - ** 免费激活码** :[ 截止到 2020 年 3 月 11 日] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/articles/idea-active-code.md )
1211
1312
1413## 索引
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33在使用 IntelliJ IDEA 版本控制功能的时候,有一个功能点特别好,那就是对于新增文件或者修改文件,IDEA 会给出颜色提示,以区分文件类型,如新增、修改或者未加入版本控制。但偶尔会出现导入新` check out ` 到本地的项目的时候,不显示颜色提示的问题!
44
55![ new-node] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/images/practical-skills/version-control-color-tips/new-node.png )
6+
67如上图所示,这是一个基于 Git 进行版本控制的名为` leetcodes ` 的项目。我们新建了一个名为` NewNode ` 的类文件,但是未显示任何颜色提示,以区分新增文件和原有文件的区别,即是否与远程仓库中的文件版本一致。现在,我们就来解决这个问题。
78
89![ preferences] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/images/practical-skills/version-control-color-tips/preferences.png )
You can’t perform that action at this time.
0 commit comments