Well, I'm trying to track all the files I edited in my project, but git status
doesn't seem to be working: it doesn't show some files that were changed. I've searched a lot about what could be happening but couldn't go far.
I noticed I have some .gitignore
files inside my theme folder /wp-content/themes/mytheme/.gitignore (and subfolders too) and I removed them. Have no idea of how they appeared there. I believe they are ignoring the files I modified.
What I need is to be able to track all modified files to commit
, then push
to bitbucket. (removing .gitignore
files manually didn't solve the problem).