Which statement is true when you use the git add -A command?
All files in the working directory are staged to the index in alphabetical order.
Only new files in the working directory are staged to the index.
All new and updated files from the working directory are staged to the index.
Only updated files in the working directory are staged to the index.