Before changes in new files can be added to the Git directory, what command will tell Git to track our file in the list of changes to be committed? code example
Example: git how to track files
git add "you file name"
git add "you file name"