Git - Pushing code to two remotes

I have two remote git repositories. origin and github I push my branch devel to both repositories. git push -u origin devel git push -u github devel But then, when I do. git push It would only get