Problem Statement
Which command unstages a file but keeps its working tree changes?
Explanation
`restore --staged` removes from Index only; the file contents remain in the working tree.
Practice Sets
This question appears in the following practice sets:
