.files/git/.config/git/config
2025-02-02 20:21:59 +01:00

35 lines
832 B
Text

[user]
name = Grisha Shipunov
email = blame@oxapentane.com
signingkey = DD0998E6CDF294537FC604F991FA5E5BF9AA901C
[color]
ui = auto
[merge]
conflictstyle = diff3
[commit]
gpgsign = false
[credential]
helper = cache --timeout 28800
[alias]
br = branch
ci = commit
ciA = commit --amend
cia = commit -a
co = checkout
d = diff
dc = diff --cached
ds = diff --stat
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
s = status
wa = worktree add
wd = worktree remove
[pull]
ff = only
[init]
defaultBranch = main
[safe]
directory = /etc/nixos
[sendemail]
smtpserver = /run/current-system/sw/bin/msmtpq
smtpserveroption = --read-envelope-from
annotate = yes