publish to multiple remotes using Github for Windows

git, github, github-for-windows

Solution

Unfortunately, there isn't a way currently to publish to multiple remotes at the moment, you can only push/pull to `origin`.

Problem

Short: Is there a way we can push to multiple remotes simultaneously using Github for Windows GUI. I am aware of the solution involving creating merged-remotes by editing the config file given here: pull/push from multiple remote locations What I am looking for is a simple GUI functionality extending the current user-friendly 'sync' and 'publish' option of Github 4 Windows. The settings have a direct option to edit the primary remote (origin). Can I add secondary remotes via that interface.

Original source

Related problems