summaryrefslogblamecommitdiffstats
path: root/gitconfig
blob: 3afdc2ede4e2d641119d878073cfc97fd9dd0735 (plain) (tree)
1
2
3
4
5
6
7
8







                                      







                     


                                                  
[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