Skip to content

Instantly share code, notes, and snippets.

@mesmacosta
Created July 18, 2020 20:07
Show Gist options
  • Select an option

  • Save mesmacosta/bed57f2b2bca9a9a6e5cb3971c05cc7e to your computer and use it in GitHub Desktop.

Select an option

Save mesmacosta/bed57f2b2bca9a9a6e5cb3971c05cc7e to your computer and use it in GitHub Desktop.
export GCLOUD_EMAIL=$(gcloud config get-value account)
echo $GCLOUD_EMAIL
echo $USER
git config --global user.email "$GCLOUD_EMAIL"
git config --global user.name "$USER"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment