What is the recommended way to configure push-to-deploy authentication for multiple Google Apps accounts (different domain names)?
https://console.developers.google.com/project/apps~PROJECT
> Source Code
> Releases
> Configure Your Repository
> ? (help icon)
> Generate Git Credentials
...says...
To use this password, please add the following text to your .netrc file:
machine source.developers.google.com
login <GOOGLE_EMAIL>
password <GIT_PASSWORD>
Relevant docs...
What is the recommended way to configure push-to-deploy authentication for multiple Google Apps accounts (different domain names)?
The Generate Git Credentials page, accessed via...
...says...
However, AFAIK
.netrcdoes not support multiple account logins for the same machine.Relevant docs...