hub-push(1)
push - Push a git branch to each of the listed remotes.
Description
hub-push
NAME
hub-push - 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)
See Also
- hub(1)
- push(1)