summaryrefslogtreecommitdiffstats
path: root/git/config
blob: dce751c451f8357735f8ef8ae5488665b305f938 (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
26
27
28
29
30
31
32
[user]
	name = Alexander Sulfrian
	email = alex@spline.inf.fu-berlin.de

[color]
	diff = auto
	status = auto
	branch = auto

[alias]
	s = status
	d = diff
	co = checkout
	ci = commit
	b = branch
	sta = stash
	civ = commit -v
	cim = commit -m
	k = !gitk --all
	fm = merge --ff-only
	nfm = merge --no-ff
	tags = tag
	l = log --graph --all --abbrev-commit --decorate --format=oneline

[core]
	pager = less -X -R -F

[merge]
	log = true

[rerere]
	enabled = true