简体   繁体   中英

I need help github and intelij idea

Your help is very necessary. I am creating react-project in intellij idea. When I want to commit files before pushing them to github, I can't see all the files with folders that were created. When I create a branch, it is visible on github, but files and folders are NOT pushed and they are not visible. How can I solve this problem? Thank you very much)

This is my files and folders

enter image description here

And here is what I get after committing

enter image description here

Your files are not confirmed or tracked. If you run git status in the Terminal you will see all files added or changed. So you need to add this files to git tracking and after to perform a commit. And finally, git push to upload your changes to Github.

In the UI simply mark the checkbox to add all files to the commit.

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