Created
July 18, 2020 20:07
-
-
Save mesmacosta/bed57f2b2bca9a9a6e5cb3971c05cc7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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