git stash git checkout -b new-branch git stash pop
git stash git checkout correct-branch git stash pop
git checkout -- .
git restore file
git checkout -b new_branch_name
git checkout -- path/to/file/to/revert