The command git add -A would add both red sections of the screenshot below to the staged changes:

Let's investigate whether it makes any sense to directly skip staging all untracked files on a massive commit; it could be that we sometimes are too lazy to type the command for ignoring them.
The command
git add -Awould add both red sections of the screenshot below to the staged changes:Let's investigate whether it makes any sense to directly skip staging all untracked files on a massive commit; it could be that we sometimes are too lazy to type the command for ignoring them.