merge
Git Merge
Solve conflict
Tools
In nvim, I use plugin fugitive
Commands
open two vertical buffer (one form target, another from feature)
1 | :Gvdiffsplit! |
stay on middle and use
1 | :diffget [buffername](local) |
OR
go to target/feature buffer and use
1 | :diffput [buffername](target/feature) |
save the local file and use
1 | :Git add . |