vault backup: 2023-01-12 19:45:43

This commit is contained in:
Paul Trowbridge 2023-01-12 19:45:43 -05:00
parent be034057e0
commit a44dab9704

1
git.md
View File

@ -25,4 +25,5 @@ Config
============================================= =============================================
* set line ending behaviour `git config --global core.autocrlf true` * set line ending behaviour `git config --global core.autocrlf true`
this should force git to checkout code using OS default line endings
* store credentials `git config credential.helper store` or `git config credential.helper cache` * store credentials `git config credential.helper store` or `git config credential.helper cache`