Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save mesmacosta/2dee4a02671d8d220ec8a320a439608f to your computer and use it in GitHub Desktop.
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