79631226

Date: 2025-05-20 22:05:02
Score: 1
Natty:
Report link

You can use the Pycharm terminal to do:
command: git status
this should show you whats tracked under the commit changes.

then to remove them the list of "changes to be commited"
command: git restore --staged <file>

This will unstage the file from being tracked.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Selene Moraga