Skip to content

Commit

Permalink
📌 Add Git credential.helper=cache for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-sforzando committed Jun 15, 2020
1 parent a82ce3f commit 5e3ae10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot_files/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
template = ~/.git_commit_template.txt
[credential]
helper = osxkeychain
helper = cache --timeout 604800
[filter "lfs"]
clean = git-lfs clean -- %f
process = git-lfs filter-process
Expand Down

0 comments on commit 5e3ae10

Please sign in to comment.