aboutsummaryrefslogtreecommitdiff
path: root/.config/git/config
blob: 5b8bd9be3a0dfac7aea9a823da6d482c6b4f54e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[user]
  name = tdro
  email = tdro@noreply.example.com
[push]
  default = simple
[color]
  ui = auto
[core]
  editor = vim
  excludesfile = ~/.config/git/ignore
[init]
  defaultBranch = master