What unstaged means in regards to Git?
Answer
A file that is in the working directory but is not in the HEAD nor in the staging area is referred to as "unstaged".
A file that is in the working directory but is not in the HEAD nor in the staging area is referred to as "unstaged".