Blankman
Blankman

Reputation: 267320

If I have 10 branches locally, how to push them to remote origin server?

If I have 10 branches locally, how to push them to remote origin server?

Upvotes: 4

Views: 83

Answers (1)

Peter Coulton
Peter Coulton

Reputation: 55829

git push origin --all will push all refs under refs/heads/

Upvotes: 4

Related Questions