Last active
February 15, 2020 18:10
-
-
Save joemsak/f9ebb74a7726fa74b8330fda859b9759 to your computer and use it in GitHub Desktop.
.gitconfig for setting VS code as the merge conflict editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[merge] | |
tool = vscode | |
[mergetool "vscode"] | |
cmd = code --wait $MERGED | |
[mergetool] | |
keepBackup = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment