Save `git` credentials to `~/.git_credentials`.

This commit is contained in:
Kazuhiro MUSASHI 2024-06-10 11:18:12 +09:00
parent 660caee115
commit f8cc9e2487
1 changed files with 5 additions and 1 deletions

View File

@ -82,12 +82,16 @@
[pull]
# from 1.7.9
rebase = true
[credential]
helper = cache
helper = store --file ~/.git_credentials
helper = cache --timeout 1800
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[init]
defaultBranch = main