Process Flow - git restore to discard working changes
Modify file in working directory
Run git restore <file>
Discard changes, restore file to last commit
File content matches last commit
This flow shows how modifying a file and then running 'git restore' discards those changes, returning the file to its last committed state.