git reset; git checkout .; git reset --hard HEAD; git clean -fdx; git fetch --all; git pull
git restore .
use "git restore <file>..." to discard changes in working directory use "git restore --staged <file>..." to unstage