hub-push - Man Page

Push a git branch to each of the listed remotes.

Synopsis

hub push REMOTE[,REMOTE2...] [REF]

Examples

$ 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

See Also

hub(1), git-push(1)

Referenced By

hub(1).

11 Feb 2024 hub version 2.14.2 hub manual