[user]
    name = Holy-Elie Scaide
    email = hey@hescaide.me

[alias]
    a = add
    cm = commit -m
    d = diff
    ds = diff --staged
    last = last -1 HEAD
    lg = log --graph --all --pretty=format:'%C(auto)%h%C(reset) %C(blue)(%cr)%C(reset)%C(auto)%d%C(reset) %s %C(green)<%an>%C(reset)'
    poh = push -u origin HEAD
    s = status
    sh = show
    u = remote -v

[pull]
    rebase = true
[core]
	editor = vim
	autocrlf = input

[diff]
    algorithm = histogram
    colorMoved = plain
    mnemonicPrefix = true
    renames = true
	context = 5
	noprefix = true
[init]
	defaultBranch = main
[sendemail]
	sendmailCmd = /usr/bin/msmtp
[format]
	pretty = fuller
[log]
	date = iso
[branch]
	sort = -committerdate
[column]
	ui = auto
[rerere]
	enabled = true
	autoupdate = true
[diff "gpg"]
	textconv = gpg --no-tty --decrypt
