Save git credentials to ~/.git_credentials. #3

Merged
kazu634 merged 1 commits from git-credentials into main 2024-06-10 02:23:52 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit f8cc9e2487 - Show all commits

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