2
How do I list all the files not added in the commit on git
?
It would be important to have this listing so I know when to make one git add
in specific files.
Observing: I use the git
from the command line, because my operating system is Ubuntu.
Are you talking about
git status
?– dcastro
git status
??– Wellington Avelino