Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

configure git diff tool vscode

git config --global -e 


[core]
  editor = code --wait
[diff]
  tool = vscode
[difftool "vscode"]
  cmd = code --wait --diff $LOCAL $REMOTE
[merge]
  tool = vscode
[mergetool "vscode"]
  cmd = code --wait $MERGED
Source by www.roboleary.net #
 
PREVIOUS NEXT
Tagged: #configure #git #diff #tool #vscode
ADD COMMENT
Topic
Name
8+3 =