aboutsummaryrefslogtreecommitdiff
path: root/.config/git/config
blob: cdc1251e85c28c53a8aad582ea5b8db3722bf638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[user]
  name = tdro
  email = tdro@noreply.example.com

[push]
  default = simple

[color]
  ui = auto

[core]
  editor = vim
  excludesfile = ~/.config/git/ignore

[init]
  defaultBranch = master

[alias]
  ignored = !git ls-files -v | grep '^h'

[diff]
  algorithm = patience

[commit]
  verbose = true