Skip to content

Commit

Permalink
Updated gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dparo committed Sep 3, 2024
1 parent 6c9b78e commit 767d56d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions roles/git/files/config
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
prompt = false
[difftool "vscode"]
cmd = code --wait --diff $LOCAL $REMOTE
keepBackup = false
keepTemporaries = false
trustExitCode = false
prompt = false
[difftool "idea"]
cmd = idea diff $LOCAL $REMOTE
keepBackup = false
keepTemporaries = false
trustExitCode = false
Expand Down Expand Up @@ -95,6 +101,13 @@
prompt = false
[mergetool "vscode"]
cmd = code --wait --merge "$REMOTE" "$LOCAL" "$BASE" "$MERGED"
keepBackup = false
keepTemporaries = false
writeToTemp = true
trustExitCode = true
prompt = false
[mergetool "idea"]
cmd = idea merge "$LOCAL" "$REMOTE" "$BASE" "$MERGED"
keepBackup = false
keepTemporaries = false
writeToTemp = true
Expand Down

0 comments on commit 767d56d

Please sign in to comment.