鍍金池/ 問答/Linux/ git push 到github,github上為啥不更新呢?

git push 到github,github上為啥不更新呢?

git push -u origin master后
clipboard.png
git status

clipboard.png
github上沒有更新,我push的不對(duì)嗎?大神們幫幫我

半個(gè)小時(shí)后github上才更新了的。此問題結(jié)束

回答
編輯回答
小曖昧

git pull
git status
git add --all
git commit -m "What you did?"
git push

cycle of git

2018年4月24日 04:23
編輯回答
氕氘氚

你的github頁(yè)面沒有刷新吧

2017年1月28日 23:20
編輯回答
笑忘初

看看分支對(duì)不對(duì)

2017年4月25日 20:14
編輯回答
涼汐

解決了嗎? 我這也是這個(gè)情況, 刷新github端 也沒有變化

2017年10月1日 11:27
編輯回答
毀憶

那個(gè)。。先commit到本地倉(cāng)庫(kù)再push

2018年3月18日 13:08