How do I list all files not added to the commit in git
?
It would be important to have this listing so I know when to make a git add
on specific files.
Note : I use git
from the command line because my operating system is Ubuntu.