add git config file
This commit is contained in:
parent
13f41195f1
commit
6f65d939dd
16
Git/gitconfig
Normal file
16
Git/gitconfig
Normal 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
|
@ -1,6 +1,6 @@
|
||||
Host github.com
|
||||
User iiiypuk
|
||||
IdentityFile /home/user/.ssh/guthub
|
||||
IdentityFile /home/user/.ssh/github
|
||||
|
||||
Host vm4
|
||||
User user
|
||||
|
Loading…
Reference in New Issue
Block a user