gpt4 book ai didi

git - 使用 VS Code 作为 git diff 工具

转载 作者:行者123 更新时间:2023-12-04 12:10:04 26 4
gpt4 key购买 nike

VS 代码 有很好的内置功能差异 两个文件。
是否可以使用 vs 代码 差异 差异 git 的工具?

最佳答案

Maciej说,gitconfig是要走的路。有了这个,我可以将它设置为不仅仅是一个 difftool,而且还是 git 的 merge 工具。

[diff]
tool = vscode
[merge]
tool = vscode
[difftool "vscode"]
cmd = code --wait --diff $LOCAL $REMOTE
[mergetool "vscode"]
cmd = code --wait $MERGED
我使用 VSCode Insiders,提前获得最新(但仍然稳定)的功能
[diff]
tool = vscode
[merge]
tool = vscode
[difftool "vscode"]
cmd = code-insiders --wait --diff $LOCAL $REMOTE
[mergetool "vscode"]
cmd = code-insiders --wait $MERGED

关于git - 使用 VS Code 作为 git diff 工具,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63583479/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com