Activity overview
Latest activity by jacobstamm
How do I change the git merge tool that SSC opens?
I've set up my database git repo to use Visual Studio Code for merging and diffing. From my git config:[merge]
tool = vscode
[mergetool "vscode"]
cmd = "code --wait "
[diff]
tool = vscode
[difft...