Parallel Git Push
To swiftly push local commits to multiple Git remotes, invoke the following command:
git remote | parallel git push {}
GNU Parallel ought to be installed before attempting such truly sinister black magic.
To swiftly push local commits to multiple Git remotes, invoke the following command:
git remote | parallel git push {}
GNU Parallel ought to be installed before attempting such truly sinister black magic.