diff tool (vscode) doesn't launch from cmd

后端 未结 2 1595
日久生厌
日久生厌 2021-01-06 18:17

Using Git and I want to merge branch lisa into my master branch, like this:

$ git merge lisa

So I opened my repository and then to .git in

2条回答
  •  忘掉有多难
    2021-01-06 18:41

    Assuming you have code command in your path, you can also just run the following command in your terminal:

    git difftool -x "code --wait --diff"  
    

    No need to touch the git configurations

提交回复
热议问题