[alias] aa = add -A bd = branch -D ci = commit --verbose co = checkout cb = checkout -b dc = diff --cached st = status root = rev-parse --show-toplevel [apply] whitespace = warn [diff] algorithm = histogram [init] defaultBranch = main [push] autoSetupRemote = true [rebase] autoSquash = true [sendemail] from = code@toast.bunkerlabs.net smtpencryption = tls smtpserver = smtp.migadu.com smtpserverport = 465 smtpuser = toast@bunkerlabs.net [status] branch = true short = true [user] email = code@toast.bunkerlabs.net name = ChloƩ Vulquin [url "git@github.com:CosmicToast/"] insteadOf = "st:" [url "https://github.com/"] insteadOf = "gh:" [filter "lfs"] smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true clean = git-lfs clean -- %f