Reputation: 267320
If I have 10 branches locally, how to push them to remote origin server?
Upvotes: 4
Views: 83
Reputation: 55829
git push origin --all will push all refs under refs/heads/
git push origin --all
refs/heads/