When you run the git diff
command on the terminal, a window opens displaying the contents of the files with their changes. From there I can know which files have changed. The problem with this method is that to know which files have been changed, I need to go to the end of the last file presented.
I need a simpler feature. A feature that shows only the name of the changed files.
What is the command used to list files that have been changed but not commented out?