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
-
DataSecs9377y@CluelessBanana what would you recommend? 🤔 If heard of GitKraken, but never actually used. To be honest never used any kind of tool 😅
-
Darmark9067y@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
-
Darmark9067y@DataSec Phpstorm by Jet Brains. They have one for every language. I highly recommend you to give it a try
-
DataSecs9377y@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 🤔 -
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.
-
Darmark9067y@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
-
I either use any of the Jetbrains IDEs, or
vimdiff with fugitive plugin (:Ggdiff/[c/]c/:diffget/:diffput/:Gwrite) -
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.
Merge conflicts are such a pain in the ass 😥
rant