@[email protected] to Programmer [email protected] • 1 month agoCommitsh.itjust.worksimagemessage-square34fedilinkarrow-up1766arrow-down17 cross-posted to: [email protected]
arrow-up1759arrow-down1imageCommitsh.itjust.works@[email protected] to Programmer [email protected] • 1 month agomessage-square34fedilink cross-posted to: [email protected]
minus-square@[email protected]linkfedilink0•1 month agoI mean, you just need to look at the conflicting files, fix up the code, then stage those changes and pop a new commit There’s no “special” merge conflict resolution commit “type” As for fixing the code itself, I usually look at what changed between both versions, and then re-author the code such that both changes make “sense”
I mean, you just need to look at the conflicting files, fix up the code, then stage those changes and pop a new commit
There’s no “special” merge conflict resolution commit “type”
As for fixing the code itself, I usually look at what changed between both versions, and then re-author the code such that both changes make “sense”