This commit is contained in:
2021-07-23 12:46:38 +03:00
parent 5c93b4340e
commit d6c008ac42
8 changed files with 26 additions and 3 deletions

22
Git/.gitconfig Normal file
View File

@@ -0,0 +1,22 @@
[alias]
co = checkout
cm = commit
br = branch
st = status
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = Alexander Popov
email = iiiypuk@iiiypuk.me
signingkey = 398FC73478D97286
[core]
eol = lf
autocrlf = input
excludesFile = ~/.gitignore
[commit]
gpgsign = true
[gpg]
program = /usr/bin/gpg