Created
July 18, 2020 20:09
-
-
Save mesmacosta/2dee4a02671d8d220ec8a320a439608f 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
| git init | |
| git add . | |
| git commit -m "Initial config repo commit" | |
| gcloud source repos create anthos_config | |
| git config credential.helper gcloud.sh | |
| git remote add origin https://source.developers.google.com/p/$PROJECT_ID/r/anthos_config | |
| git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment