[user]
	name = Marco Thomas
	email = git@marcothms.de
[includeIf "gitdir:~/dev/lrz-gitlab/**"]
	path = "~/dev/lrz-gitlab/.gitconfig"
[alias]
	a = add
	aa = add .
	b = branch
	bl = blame
	c = commit -v
	ca = commit -v --amend
	co = checkout
	cp = cherry-pick
	d = diff
	lg = log --oneline --decorate --graph
	nuke = clean -df
	pl = pull --rebase
	ps = push
	r = rebase -i
	rc = rebase --continue
	sh = show
	st = status -s
	wt = worktree
[blame]
	date = relative
[grep]
	lineNumber = true
[init]
	defaultBranch = main
[core]
	editor = hx
