Junior
What does the git unstage command do?
sobes.tech AI
Answer from AI
Reverses indexation of changes. Moves changes from the Staging Area (index) back to the Working Directory. Files remain modified but are no longer part of the next commit.
sobes.tech AI
Answer from AI
Reverses indexation of changes. Moves changes from the Staging Area (index) back to the Working Directory. Files remain modified but are no longer part of the next commit.