The following question arises:
I'm working with a PHP project and it weighs around 1.5 GB. And besides this it contains a little more than 5000 files.
When doing the git add. and the git commit -m "Comments of the commit" no problem occurs, in fact there is no problem when I do the git push origin master , but when opening github I realize that not all the files that I have in my project are local.
Any idea why this happens?