summaryrefslogblamecommitdiffstats
path: root/gitconfig
blob: cf93570637759eaa79c832df93f14bcadba359c8 (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
	civ = commit -v
	cim = commit -m
	k = !gitk --all
	fm = merge --ff-only
	nfm = merge --no-ff
	tags = tag

[core]
	excludesfile = ~/.dotfiles/gitglobalignore
	pager = less -X -R -F

[merge]
	log = true

[rerere]
	enabled = true