FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Read 9,000 Lines of a Stranger's Mergetool
How-ToTools

I Read 9,000 Lines of a Stranger's Mergetool

via Dev.toWes1mo ago

Every developer has a merge conflict horror story. Mine usually starts with vimdiff opening four panes of identical-looking code in a terminal window too small to make sense of any of them. I hit :diffget , pray I picked the right buffer number, and repeat until the conflict markers disappear. It works. It has never once felt good. I've tried the GUI tools. Meld, Beyond Compare, VS Code's built-in merge editor. They're fine if you live in a desktop environment, but I spend most of my day in a terminal over SSH. What I wanted was a merge tool that understood git's 3-way conflict model, ran in the terminal, and didn't make me memorize arcane buffer commands just to pick "theirs." So I went looking, and I found one that does exactly that. What Is ec? ec is a terminal-native 3-way git mergetool written in Go by chojs23 . You point it at a file with merge conflicts (or just run ec with no arguments and let it find them) and it opens a TUI with three side-by-side panes: yours, theirs, and th

Continue reading on Dev.to

Opens in a new tab

Read Full Article
18 views

Related Articles

Android Remote Compose:讓 Android UI 不用發版也能更新
How-To

Android Remote Compose:讓 Android UI 不用發版也能更新

Medium Programming • 3d ago

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 3d ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 3d ago

How-To

How One File Makes Claude Code Actually Follow Your Instructions

Medium Programming • 3d ago

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 3d ago

Discover More Articles