Skip to content

Instantly share code, notes, and snippets.

View rbukovansky's full-sized avatar

Richard Bukovansky rbukovansky

  • Prague, Czech Republic
View GitHub Profile
@rbukovansky
rbukovansky / gitconfig
Last active August 9, 2023 14:08
Visual Studio Code as diff and merge tool for Git
[diff]
tool = vscode
guitool = vscode
[difftool "vscode"]
name = "VS Code"
trustExitCode = true
cmd = <path_to_vscode>/code.exe -n -wait -d $LOCAL $REMOTE
[merge]