Skip to content

Instantly share code, notes, and snippets.

@lprimak
Last active October 23, 2025 01:25
Show Gist options
  • Select an option

  • Save lprimak/bab9328a079955bf66dfffe75f927014 to your computer and use it in GitHub Desktop.

Select an option

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.flowlogix.com/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