We have a company Atlassian Bitbucket account which we use for our Source Control Management. I'm trying to add, commit and push files and directories in my project repo to the remote. However, it looks like Git doesn't recognize that new files are being added. It says my 'working tree is clean'.
I also tried other suggested solutions from same questions posted here in StackOverflow, links here, here, and here. And nothing worked.
When I use TortoiseGit, here's how the test
path looks like
Meaning, Git or TortoiseGit does not recognize it as part of repository. (Normally TortoiseGit has this red exclamation mark on the file if it's added or changed)
I edited the README
file just to show that Git still works on that one. I can still commit and push it. I don't have any gitignore
configuration.
I also added some text file (non-empty) within the project folder and the test
folder.
Anyone here who has an idea what's going on?