VCS - Git showing no files in commit pane
Hi All
i have successfully deployed a python project to git before but for some reason with a django project its just not working.
I followed the steps here https://www.jetbrains.com/help/pycharm/set-up-a-git-repository.html#ignore-files
Problem is my default changelist never populates and i have no idea why this is. I should be seeing a list of my project files right?
UploadID: 2023_06_07_4c8wJBnscat3RXj8HrXYt1
Please sign in to leave a comment.
Hi,
Are you able to share a screencast of the issue?
Once you change a file, does the IDE detect changes by changing the color of the file name to blue?
Did you properly map the project in the File | Settings | Version Control | Directory Mappings ?
If you refresh the changelist does anything change?
If you run `git status` in CMD, does it detect changes?