To commit my project update to both GitHub and BitBucket, I have to do:
git commit -am message
git push
git push alt
can I do both pushes in one command?
Sometimes I even have to push to more than two remote repos. Something like push all
maybe?