gcloud's default ignore behavior always excludes .git from the upload tarball, and it does so silently. To include it, override the ignore rules: create an empty .gcloudignore (`touch .gcloudignore`), write a .gcloudignore that does not ignore .git, add an explicit `!.git` line to .gcloudignore, or …
gcloud's default ignore behavior always excludes .git from the upload tarball, and it does so silently. To include it, override the ignore rules: create an empty .gcloudignore (`touch .gcloudignore`), write a .gcloudignore that does not ignore .git, add an explicit `!.git` line to .gcloudignore, or …