An Indian developer’s way of handling merge conflict – sathyasays.com
This page looks best with JavaScript enabled

An Indian developer’s way of handling merge conflict

 ·   ·  ☕ 1 min read  ·  ✍️ Sathyajith Bhat · 👀... views

So this happened just now with a colleague. He’s been working for few months now.

My way of handling merge conflict:

  1. Open WinMerge to diff
  2. See the conflicting part
  3. Correct the conflicting part by copying the changes to the destination file in WinMerge

His way

  1. Open WinMerge to diff
  2. See the conflicting part
  3. Opens the source file in Windows notepad
  4. Copies the entire contents to clipboard
  5. Opens a new tab in Notepad++
</div>
  1. Pastes the contents
  2. Goes to the line to be corrected.
  3. Corrects it.
  4. Copies it.
  5. Pastes the line in Notepad.
  6. Saves.

What is this I don't even..

What is this I don’t even….

Share on

Sathyajith Bhat
WRITTEN BY
Sathyajith Bhat
Author, AWS Container Hero and DevOps Specialist

What's on this Page