简体   繁体   中英

Git push command is not reflecting changes on Github Repo

I am pushing my files to my remote repo using the push command. However, no addition of changes is displaying in Github repo. Commits are showing but no code or text file is updated on Github while using push. 我输入了所有命令

index.html 在 github 上是空的

I tried, git push origin master:master nothing is working for display of changes live on github repo

The screenshot with VS Code window shows index.html marked as modified since opening. It looks like you have NOT saved the file before committing and pushing.

After you save, commit and push the changes should appear in your GitHub repo.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM