So I have a local repository that I've pushed to Github as a new branch, without any trouble, but the next step is to clone that same repository to Google Cloud Source Repository, also as a new branch. This is terribly confusing because I'm unfamiliar with Cloud Source Repository and the documentation doesn't really go into much details w/ regards to setting up branches.
Could someone please help me out with some instructions? Thanks in advance!
Is it easier to go through a different workflow; that is: local -> Cloud Source Repo -> Github?
You can mirror your GitHub repositories in Cloud Source Repositories. With the following steps, commits that you push to the GitHub repository are mirrored into your Cloud Source Repository.
You can follow the steps that I write you down, but first, don't forget to enable Cloud Source Repositories API :
Once you do this, you will proceed to connect to GitHub, authorizing Google Cloud Platform to have read access to the repository. To do it, you should follow these steps:
Here you have the documentation link about mirroring a GitHub repository, in case you need more detailed information.
Hope this is what you are looking for!