-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygitGIT issuesGIT issuesmerge-editormerge-editor-workbenchon-testplan
Milestone
Description
1.0.0 introduced the ability to use VS Code as a git difftool. The relevant global .gitconfig
lines are as follows:
[diff]
tool = default-difftool
[difftool "default-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE
How can I use VS Code as a git mergetool?
The relevant arguments it needs to accept, I believe, are $LOCAL
, $REMOTE
, $BASE
, and $MERGED
.
weswigham, Lichtjaeger, Kilometers42, ajpaul, kamranayub and 1043 morethorizer, sethstha, obenjiro, malnakli, ryanpcmcquen and 20 moreigolskyi, thorizer, Leithian, sethstha, Guema and 26 morebogminic, vvatikiotis, AndrewHuffman, digitalcoyote, osnoser1 and 129 moreigolskyi, JulienBe, DRSDavidSoft, federicotomasi, dannysteenman and 12 moreJulienBe, federicotomasi, dmstern, mengqi92, xsoheilalizadeh and 9 more
Metadata
Metadata
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygitGIT issuesGIT issuesmerge-editormerge-editor-workbenchon-testplan