13
Darmark
6y

Merge conflicts are such a pain in the ass 😥

Comments
  • 3
    A good diff tool makes it easy as pie :)
  • 0
    @CluelessBanana what would you recommend? 🤔 If heard of GitKraken, but never actually used. To be honest never used any kind of tool 😅
  • 2
    @CluelessBanana A diff tool is not that useful when your team messed with your code and they're not around to explain what they did
  • 0
    @DataSec I use the tools provided by the IDE I work with
  • 0
    @Darmark What IDE do you use ?
  • 1
    @DataSec Phpstorm by Jet Brains. They have one for every language. I highly recommend you to give it a try
  • 1
    @Darmark I use that too 😁
    I also use IntelliJ for Java and CLion for C++ :D
    I really love it. I knew about their nice VCS tools, but I have never known about merge conflict support 🤔
  • 0
    GitKraken, aside from the incredible name has a great merge conflict tool. No worries about if it's installed, did you save, did you close. Just a simple straight forward process right there where you need it.
  • 1
    @DataSec I use IntelliJ, I think the Git Resolve Conflicts works excellent :)
  • 1
    @CluelessBanana Well then I should definitely try that 😁
  • 1
    @DataSec Yeah you can easily compare version and move changes between them. You can also compare with other branches or even deployed version. It's really cool
  • 0
    I either use any of the Jetbrains IDEs, or
    vimdiff with fugitive plugin (:Ggdiff/[c/]c/:diffget/:diffput/:Gwrite)
  • 0
    Intellij idea git conflicts resolver works for me
  • 0
    Visual Studio, IntelliJ, VS Code.
    I switch between these and they are brilliant. Because I've been using VS , I'm comfortable there but either of these are nice.
Add Comment