Skip to content

Instantly share code, notes, and snippets.

@lprimak
Last active November 12, 2023 08:41
Show Gist options
  • Save lprimak/bab9328a079955bf66dfffe75f927014 to your computer and use it in GitHub Desktop.
Save lprimak/bab9328a079955bf66dfffe75f927014 to your computer and use it in GitHub Desktop.
GitHub ( and Git LFS) configuration
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