summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 754ecd265c3ed716efacd8c2f9503316af3dd2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[init]
  defaultBranch = main

[user]
  name = Daniel Weipert
  email = code@drogueronin.de

[diff]
  tool = nvimdiff
[difftool]
  prompt = false
[difftool "nvimdiff"]
  cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""