This answer解釋瞭如何同時推送多個回購。「git push all」(多個存儲庫)不起作用
我
.git/config
包含:[remote "all"] url = [email protected]:commerce-sciences/scale-master.git url = [email protected]:scale-master.git
git push all
成功地部署到Heroku的。看來,由於某種原因,更改不會推到github上。
> git push all Everything up-to-date Everything up-to-date > git status # On branch master # Your branch is ahead of 'origin/master' by 22 commits. # nothing to commit (working directory clean)
我缺少什麼?
你能確認GitHub真的沒有更新嗎?即通過網站,或通過運行'git fetch origin'? – poke 2013-03-07 14:03:17