Instead of doing:
git push origin --all && git push nodester --all && git push duostack --all
Is there a way to do that wit
You can utilize git hooks - especially pre-push: add non-origin pushes to .git/hooks/pre-push.
pre-push
.git/hooks/pre-push