Skip to content

Instantly share code, notes, and snippets.

@devopsy-ir
Last active January 18, 2024 09:07
Show Gist options
  • Save devopsy-ir/788d3360085bd664fd4f999a2b51141b to your computer and use it in GitHub Desktop.
Save devopsy-ir/788d3360085bd664fd4f999a2b51141b to your computer and use it in GitHub Desktop.
Git credentials
git -c credential.helper='!f() { echo "username=${GIT_USER}"; echo "password=${GIT_TOKEN}"; }; f' fetch --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment