summaryrefslogtreecommitdiff
path: root/git/config
blob: ff07707e20d309284f880f02160d89935160ac18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[alias]
  br  = branch
  co  = checkout
  di  = diff
  dis = diff --staged
  st  = status

[branch]
  autosetuprebase = always

[diff]
  algorithm = histogram

[user]
  name = Grégoire Duchêne