1. Add a repositoryでConnect external repositoryを選択

2. Githubをaurthorizeする

3. Cloud Source Repositories APIをenableにする
4. RepositoryとConnectする

5. テキストを追加してGit push
<p>Paragraph added!</p>
$ git add .
$ git commit -m “text added”
$ git push -u origin master
6. Githubの変更が自動的に反映
Cloud Source Repositoryにミラーリングされているのがわかる

なるほど、githubみたいなもんだな
これをGCEにデプロイしたい