I'm currently the only one making commits to the project, so I've been working off the master branch.
I made a few much-needed file structure changes to the project (ie. renamed some files, changed their directories, deleted some old folders, etc). I used "git ls-tree --full-tree -r HEAD" to confirm these structural changes were successfully committed to my local repository. I have pushed the changes to the Bitbucket repo, but Bitbucket does not seem to recognize that any folders or files have been renamed or removed.
For example, I moved / renamed the file java/serverauto/AutomaticController.java to java/foundation/FoundationServer.java. foundation is a new folder and I deleted the serverauto folder. Those changes appear properly when I view the git tree in the terminal, but the foundation folder is missing from Bitbucket and the serverauto folder still exists as well as AutomaticController.java.
I tried making changes to a file that was not renamed or moved. Those changes appear properly on Bitbucket.
I am fairly new to git and Bitbucket. I'm not sure what the issue is. Any help is greatly appreciated.