Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@CoffeeNcode What's with all the cookies? It's not the first time I see smone hand out e-cookies. Is this some new trend, like a potato after a long post? :)
-
You are using git? Then merge conflicts are easily solved using kdiff3.
However, you use git. So that's complaining on a really high level!
... you've never experienced merge conflicts with Harvest, CVS or subversion... -
L0we46y@Yamakuzure yeah, but sometimes even git fuckes up.
$guy made a lot of changes in feature branch, $me makes a lot of changes in the same files, different feature branch. $guy creates a pull request to push changes to master, $me merges his changes to my feature branch. All good till this points, some conflicts, but nothing big.
The horror comes after I create a pull request, all the changes $guy makes in the files that are hit in both feature branches are highlighted as change. Hell of a job to review. -
@L0we well... It sounds like git was doing just fine! 😊
Really, be thankful you weren't using svn. 😁
But I concur, merge conflicts are always nasty, even with git.
@Wombat kdiff3 is a three way comparison tool that can resolve most conflicts all by itself. Further it allows to combine and to edit changes.
I use it on Windows and Linux. Just use your favorite search engine with something like: "Howto git kdiff3"
Related Rants
I experienced merge conflicts for the first time.
I. Hate. Them.
rant
merge conflicts
git