.files/git/.config/git/config
2022-10-02 02:08:44 +02:00

29 lines
662 B
Text

[user]
name = Grigory Shipunov
email = blame@oxapentane.com
signingkey = DD0998E6CDF294537FC604F991FA5E5BF9AA901C
[color]
ui = auto
[merege]
conflictstyle = diff3
[commit]
gpgsign = true
[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
[pull]
ff = only
[init]
defaultBranch = master
[safe]
directory = /etc/nixos