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