dotfiles/.gitconfig
2025-08-14 21:32:50 +02:00

23 lines
408 B
INI

[user]
name = Petar Kapriš
email = kayprish@bonsai.cool
[sendemail]
smtpServer = mail.bonsai.cool
from = petarkapris@firemail.cc
smtpUser = kayprish.bonsai.cool
smtpencryption = tls
smtpserverport = 587
suppresscc = self
chainreplyto = false
[init]
defaultBranch = master
[core]
editor = vim
[color "status"]
branch = magenta
untracked = cyan
unmerged = yellow
[alias]
staash = stash --all