Change home host. Cache git passwords
This commit is contained in:
10
.gitconfig
Normal file
10
.gitconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
[user]
|
||||
email = jakub.fojt96@gmail.com
|
||||
name = Jakub Fojt
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[credential]
|
||||
helper = cache --timeout=3600
|
||||
Reference in New Issue
Block a user