Process Flow - git restore --staged to unstage
File is staged
Run: git restore --staged <file>
File is unstaged
Check git status
File appears as modified but not staged
This flow shows how a file moves from staged to unstaged using the git restore --staged command.