You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens in some cases that after the checkout of an branch the worktree is in unClean state.
If you want to reset this changes (withg Mode: git.HardReset) everything should be reverted.
BUT: If the modified file is also excluded in the .gitignore file then this file is not reverted.
If you run the command with the git console client (git reset --hard) all is reverted as expected.