Junior
What does the 'git add --all' command do?
sobes.tech AI
Answer from AI
Adds all changes (new files, modified, deleted) from the working directory to the index (staging area) for the next commit.
sobes.tech AI
Answer from AI
Adds all changes (new files, modified, deleted) from the working directory to the index (staging area) for the next commit.