summaryrefslogtreecommitdiffstats
path: root/gitconfig
blob: 3afdc2ede4e2d641119d878073cfc97fd9dd0735 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[user]
	name = Alexander Sulfrian
	email = alexander@sulfrian.net

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

[alias]
	s = status
	d = diff
	co = checkout
	ci = commit
	b = branch
	sta = stash

[core]
	excludesfile = ~/.dotfiles/gitglobalignore