Save git
credentials to ~/.git_credentials
. #3
|
@ -82,12 +82,16 @@
|
||||||
[pull]
|
[pull]
|
||||||
# from 1.7.9
|
# from 1.7.9
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
helper = store --file ~/.git_credentials
|
||||||
|
helper = cache --timeout 1800
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
Loading…
Reference in New Issue