small pixel drawing of a pufferfish dotfiles

.config/git/config

[alias]
	s = status
	d = diff
	p = pull --prune
	ds = diff --staged
	co = checkout
	br = branch
	amend = commit --amend -m
	aa = add -A .
	cm = commit -m
	lg = log --color --graph --pretty=format:'%Cgreen%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
	lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit
[color]
	ui = auto
[core]
	excludesfile = ~/.config/git/gitignore
	editor = vim
	quotepath = false
[apply]
	whitespace = nowarn
[difftool]
	prompt = false
[submodule]
	fetchJobs = 4
[changelog]
	format = * %s [%an]
[user]
	name = j3s
	email = j3s@cyberia.club
[sendemail]
	smtpserver = mail.c3f.net
	smtpuser = j3s
	smtpencryption = tls
	smtpserverport = 587
[includeIf "gitdir:~/git/"]
	path = ~/.config/git/config-work
[includeIf "gitdir:~/howdocs/"]
	path = ~/.config/git/config-work