简体   繁体   English

在使用 Intellij IDEA 提交 GitHub 后,网站上没有任何变化

[英]After commit on GitHub using Intellij IDEA nothing changes on the site

After commiting the project onto GitHub pressing "Commit" button using Intellij IDEA, and confirming uploading and even seeing the result message about "Successful commit", I can't see any changes on the site.将项目提交到 GitHub 后,使用 Intellij IDEA 按下“提交”按钮,确认上传,甚至看到“成功提交”的结果消息,我在网站上看不到任何更改。 I'm facing with this 2nd time.我正面临第二次。 After the first time, I've deleted the repository on the site and reuploaded my project.第一次之后,我删除了网站上的存储库并重新上传了我的项目。 Curious, that my previous version of project was saved after all, meaning that I didn't recreate repository but commited the new changes.好奇的是,我之前的项目版本毕竟被保存了,这意味着我没有重新创建存储库而是提交了新的更改。 What am I doing wrong?我究竟做错了什么?

If you didn't choose Commit and Push you need to push your changes to the remote repo.如果您没有选择Commit and Push ,您需要将您的更改推送到远程仓库。

From Help :帮助

Press Ctrl+Shift+K or choose VCS |按 Ctrl+Shift+K 或选择 VCS | Git | Git | Push from the main menu.从主菜单按。 The Push Commits dialog opens showing all Git repositories (for multi-repository projects) and listing all commits made in the current branch in each repository since the last push. Push Commits 对话框打开,显示所有 Git 存储库(用于多存储库项目)并列出自上次推送以来在每个存储库的当前分支中所做的所有提交。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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