Skip to content

Instantly share code, notes, and snippets.

@viniceosm
Created July 9, 2018 12:25
Show Gist options
  • Save viniceosm/e38511f147c5633fc23baf4cd406f661 to your computer and use it in GitHub Desktop.
Save viniceosm/e38511f147c5633fc23baf4cd406f661 to your computer and use it in GitHub Desktop.
abrir diff com vscode

.git/config

[diff]
    tool = vscode
[difftool]
    prompt = false
[difftool "vscode"]
    cmd = "/usr/share/code/bin/code" "$LOCAL" "$REMOTE" --diff --wait
    trustExitCode = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment