Skip to content

Commit

Permalink
Force git mergetool GUI mode on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jawilson committed Apr 4, 2024
1 parent 61dcfee commit 04c7091
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@
[web]
browser = chrome

[includeIf "gitdir/i:C:/"]
path = .gitconfig-windows.inc
[includeIf "hasconfig:remote.*.url:[email protected]:blinemedical/**"]
path = .gitconfig-work
path = .gitconfig-work.inc
[includeIf "hasconfig:remote.*.url:https://github.com/blinemedical/**"]
path = .gitconfig-work
path = .gitconfig-work.inc
[includeIf "hasconfig:remote.*.url:[email protected]:laerdallabs/**"]
path = .gitconfig-work
path = .gitconfig-work.inc
[includeIf "hasconfig:remote.*.url:https://github.com/laerdallabs/**"]
path = .gitconfig-work
path = .gitconfig-work.inc
2 changes: 2 additions & 0 deletions gitconfig-windows.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mergetool]
guiDefault = true
File renamed without changes.

0 comments on commit 04c7091

Please sign in to comment.