summaryrefslogtreecommitdiff
path: root/git/config
blob: b5769b56a96bd5979a1d10ad622f65c964904517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[alias]
  br  = branch
  co  = checkout
  di  = diff
  dis = diff --staged
  gi  = grep -i
  st  = status

[branch]
  autoSetupRebase = always

[diff]
  algorithm = histogram

[grep]
  lineNumber = true

[pull]
  ff = only

[user]
  name = Grégoire Duchêne