How To Enable Real-Time Merge Conflict Detection in IntelliJ

Ah, the dreaded resolve conflicts popup. You’ve finished crafting the perfect code, just a quick merge in of master (ahem, main) before you submit your PR, and then… ?

If only there was an early warning system for merge conflicts so you could be b…


This content originally appeared on DEV Community and was authored by Michael

Ah, the dreaded resolve conflicts popup. You've finished crafting the perfect code, just a quick merge in of master (ahem, main) before you submit your PR, and then... ?

img-1-full.png

If only there was an early warning system for merge conflicts so you could be better prepared or even avoid the conflicts in the first place I hear you say? Well if you are an IntelliJ user today is your lucky day!

Firstly, you'll need to install and set up GitLive. Then if you right click the gutter on IntelliJ, you will see the option to “Show Other's Changes”.

img-2-full.png

It will be disabled if the file open in the editor is not from git or there are no other changes to it from contributors working on other branches (aka you are safe from conflicts). If it's enabled there will be one or more change indicators in the gutter of the editor.

img-3-full-2.png

These will show you where your teammates have made changes compared to your version of the file and even update in real-time as you and your teammates are editing.

key indicators-dark.png

If you've made a conflicting change you will see the bright red conflict indicator. These conflicts can be uncommitted local changes you have not pushed yet or existing changes on your branch that conflict with your teammates’ changes.

Click your teammate’s icon in the gutter to see the diff between your version and theirs, the branch the offending changes are from, and the issue connected to that branch if there is one.

img-5-full-3.png

From this popup you can also cherry-pick your teammate’s change directly from their local version of the file. For simple conflicts this can be a quick way to resolve them as identical changes on different branches will merge cleanly.

Unfortunately, it's not always possible to resolve a conflict straight away but with the early warning, you'll be better prepared, avoiding any nasty surprises at merge time!

Check out this blog post or the GitLive docs if you want to learn more.


This content originally appeared on DEV Community and was authored by Michael


Print Share Comment Cite Upload Translate Updates
APA

Michael | Sciencx (2021-08-23T11:52:16+00:00) How To Enable Real-Time Merge Conflict Detection in IntelliJ. Retrieved from https://www.scien.cx/2021/08/23/how-to-enable-real-time-merge-conflict-detection-in-intellij/

MLA
" » How To Enable Real-Time Merge Conflict Detection in IntelliJ." Michael | Sciencx - Monday August 23, 2021, https://www.scien.cx/2021/08/23/how-to-enable-real-time-merge-conflict-detection-in-intellij/
HARVARD
Michael | Sciencx Monday August 23, 2021 » How To Enable Real-Time Merge Conflict Detection in IntelliJ., viewed ,<https://www.scien.cx/2021/08/23/how-to-enable-real-time-merge-conflict-detection-in-intellij/>
VANCOUVER
Michael | Sciencx - » How To Enable Real-Time Merge Conflict Detection in IntelliJ. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/08/23/how-to-enable-real-time-merge-conflict-detection-in-intellij/
CHICAGO
" » How To Enable Real-Time Merge Conflict Detection in IntelliJ." Michael | Sciencx - Accessed . https://www.scien.cx/2021/08/23/how-to-enable-real-time-merge-conflict-detection-in-intellij/
IEEE
" » How To Enable Real-Time Merge Conflict Detection in IntelliJ." Michael | Sciencx [Online]. Available: https://www.scien.cx/2021/08/23/how-to-enable-real-time-merge-conflict-detection-in-intellij/. [Accessed: ]
rf:citation
» How To Enable Real-Time Merge Conflict Detection in IntelliJ | Michael | Sciencx | https://www.scien.cx/2021/08/23/how-to-enable-real-time-merge-conflict-detection-in-intellij/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.