config/~/Git/.gitconfig

25 lines
429 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
2022-03-15 01:09:46 +03:00
email = iiiypuk@fastmail.fm
signingkey = 3F76816AEE08F908
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]
2022-03-15 01:09:46 +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
2021-12-27 22:06:09 +03:00
[init]
defaultBranch = master