From 77bec0e30dcb676cdbe0d9f896ee777c3619f9d3 Mon Sep 17 00:00:00 2001 From: TheFlyingFool Date: Tue, 18 Mar 2025 17:56:51 -0500 Subject: [PATCH] set vscode as difftool --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index bec75a9..677588c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,7 @@ [user] name = TheFlyingFool email = nick.kyky@gmail.com +[diff] + tool = vscode +[difftool "vscode"] + cmd = "code --wait --diff $LOCAL $REMOTE "