Push a Git branch to multiple remotes in one command
Push a branch to multiple remotes in one command
git-multipush
$ git multipush origin upstream
$ git multipush -b main origin upstream backup
$ git multipush -f origin upstream