config/Git/.gitconfig

23 lines
397 B
INI
Raw Normal View History

2021-07-21 01:16:13 +03:00
[alias]
co = checkout
cm = commit
br = branch
st = status
2021-02-20 04:54:41 +03:00
[filter "lfs"]
2021-02-20 04:56:39 +03:00
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
2021-02-20 04:54:41 +03:00
[user]
2021-02-20 04:56:39 +03:00
name = Alexander Popov
email = iiiypuk@iiiypuk.me
signingkey = 398FC73478D97286
2021-02-20 04:54:41 +03:00
[core]
2021-02-20 04:56:39 +03:00
eol = lf
autocrlf = input
2021-07-23 12:14:17 +03:00
excludesFile = ~/.gitignore
2021-02-20 04:54:41 +03:00
[commit]
2021-02-20 04:56:39 +03:00
gpgsign = true
2021-02-20 04:54:41 +03:00
[gpg]
2021-02-20 04:56:39 +03:00
program = /usr/bin/gpg