add git config file

This commit is contained in:
Alexander Popov 2021-02-20 04:54:41 +03:00
parent 13f41195f1
commit 6f65d939dd
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
2 changed files with 17 additions and 1 deletions

16
Git/gitconfig Normal file
View File

@ -0,0 +1,16 @@
[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
[commit]
gpgsign = true
[gpg]
program = /usr/bin/gpg

View File

@ -1,6 +1,6 @@
Host github.com
User iiiypuk
IdentityFile /home/user/.ssh/guthub
IdentityFile /home/user/.ssh/github
Host vm4
User user