hub-push(1) | hub manual | hub-push(1) |
hub-push - Push a git branch to each of the listed remotes.
hub push REMOTE[,REMOTE2...] [REF]
$ hub push origin,staging,qa bert_timeout > git push origin bert_timeout > git push staging bert_timeout > git push qa bert_timeout $ hub push origin > git push origin HEAD
18 Jul 2021 | hub version 2.14.2 |