What diffing tools do you use, if any?
Hi. Can anyone recommend a good diffing tool like Kaleidoscope? https://kaleidoscope.app/
Kaleidoscope
Spot the differences, merge in seconds.
4 Replies
VSCode lol
code --diff file1 file2
Literally just
diff
or git if I'm in a repoi used to use sourcetree occasionally, but nowadays i just use a combination of the git cli, vscode diff view, and github
Thanks