Last active
November 12, 2023 08:41
-
-
Save lprimak/bab9328a079955bf66dfffe75f927014 to your computer and use it in GitHub Desktop.
GitHub ( and Git LFS) configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global --add lfs.url https://nexus.hope.nyc.ny.us/repository/flowlogix-assets/info/lfs | |
git config --global --add core.eol lf | |
git config --global --add core.autocrlf false | |
git config --global --add credential.helper osxkeychain | |
The credential helper can be store on non-interactive nodes, provided the ~/.git-credentials is present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment