简体   繁体   中英

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. 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.

From Help :

Press Ctrl+Shift+K or choose VCS | 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.

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