'Can I push (>1) specific matching branches to their origins simultaneously?

Is there a way to push more than one branch (but not all branches) to their respective origins with a single command?

Something to the tune of: (Warning, code is untested)

git push origin branch1 branch2

to push branch1 to its remote and branch2 to its remote.

I do not want to push any branches not specifically included.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source