3
When the command is executed git diff
in the terminal opens a window that shows the contents of the files with their changes. From there I can know which files have been changed. The problem with this method is that to know which or how many files have been changed you have to go to the end of the last file presented.
I need a simpler resource. A resource that shows only the name of the changed files.
What the commando used to list the files that were changed but not committed?