aboutsummaryrefslogblamecommitdiffstats
path: root/roles/users/files/esmil/gitconfig
blob: 40816d5b947d1e587b3a907a6a94f52f96714749 (plain) (tree)























                                                                                                                                                        
[user]
	name = Emil Renner Berthing
	email = esmil@mailme.dk
[color]
	ui = auto
[apply]
	whitespace = warn
[alias]
	cdiff = diff --cached
	co = checkout
	cp = cherry-pick
	st = status
	lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
	graph = log --all --graph --decorate --oneline --abbrev-commit
[core]
	editor = vim
[log]
	decorate = true
[push]
	default = upstream
[rebase]
	autoSquash = true
[clean]
	requireForce = false