Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexandreelise/d2a36d6675d75fcd9ec791a02415fe39 to your computer and use it in GitHub Desktop.
Save alexandreelise/d2a36d6675d75fcd9ec791a02415fe39 to your computer and use it in GitHub Desktop.
Code snippet to add in tasks command of gitpod to make it more securely shareable
git config --global --unset-all user.name &&
git config --global --unset-all user.email &&
git config --global --unset-all credential.helper &&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment