Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 318 Bytes

2022-11-15-using-vscode-for-as-quick-meld.md

File metadata and controls

9 lines (6 loc) · 318 Bytes

Comparing two files and merging them using vscode\

I usually have vscode around and not use it for much, but today I learned that you can use vscode as a quick alternative to meld. On mac it takes some time to install using brew so here the magic:

code --diff "path/to/file/a" "path/to/file/b"

🎉