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