标签: git
如果我本地有10个分支,如何将它们推送到远程源服务器?
答案 0 :(得分:4)
git push origin --all将推送refs/heads/
git push origin --all
refs/heads/