Merge pull request 'Save `git` credentials to `~/.git_credentials`.' (#3) from git-credentials into main

Reviewed-on: #3
This commit is contained in:
Kazuhiro MUSASHI 2024-06-10 02:23:52 +00:00
commit b31d3d56c1
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