diff --git a/README.md b/README.md index 0310aa7..0e92059 100644 --- a/README.md +++ b/README.md @@ -1 +1,37 @@ -# git-conflict \ No newline at end of file +# git-conflict + +[![GitHub release](https://img.shields.io/github/release/liying2008/git-conflict.svg)](https://github.com/liying2008/git-conflict/releases) +[![license](https://img.shields.io/github/license/liying2008/git-conflict.svg)](https://github.com/liying2008/git-conflict/blob/master/LICENSE) + +一款 JetBrains IDEA / Android Studio 等 IDE 的 `Git` 冲突 **高亮显示** 的插件。 + +## How to Install + +- 在 [GitHub Releases](https://github.com/liying2008/git-conflict/releases) 页面下载最新的 `jar` 包,然后通过 `Settings -> Plugins -> Install plugin from disk..` 选择下载的 `jar` 包安装。 + + +## How to Use + +**高亮显示冲突:** 打开包含冲突的文件,然后在编辑区域右键选择 `Highlight Git Conflict` (快捷键 `shift ctrl G`),就可以看到冲突部分被高亮显示了: + +![highlight-git-conflict](example/highlight-git-conflict.png) + +**取消高亮显示冲突:** 在编辑区域再次右键,选择 `Cancel Highlight Git Conflict` (快捷键 `shift ctrl alt G`)即可。 + +**快速解决冲突:** 在高亮状态下,在编辑区域右键,可看到 `Fix Git Conflict` 菜单组里提供了三种解决冲突的预置方案: +- *Accept Current Change:* 采用当前更改 +- *Accept Incoming Change:* 采用传入的更改 +- *Accept Both Changes:* 保留双方更改 + +**Screenshot:** + +![fix-git-conflict](example/fix-git-conflict.gif) + +**设置面板:** 通过 `Settings -> Tools -> Git Conflict` 进入设置面板,可以根据 IDE 的颜色方案选择冲突高亮的颜色方案: + +![settings-panel](example/settings-panel.png) + +## Contact Me + +CSDN:[http://blog.csdn.net/u012939909](http://blog.csdn.net/u012939909) +Email:[liruoer2008@yeah.net](mailto:liruoer2008@yeah.net) \ No newline at end of file diff --git a/changeNotes.html b/changeNotes.html index b38f22e..ff91e06 100644 --- a/changeNotes.html +++ b/changeNotes.html @@ -1,2 +1,5 @@ -