git-multipush

Push a Git branch to multiple remotes in one command

brewmacoslinux
Try with needOr install directly
Source

About

Push a branch to multiple remotes in one command

Commands

git-multipush

Examples

Push current branch to multiple remotes$ git multipush origin upstream
Push specific branch to multiple remotes$ git multipush -b main origin upstream backup
Push with force flag to all remotes$ git multipush -f origin upstream