download changes from git
git reset --hard HEADThose two will remove any local changes. The last one actually gets the new version.
git clean -f
git pull
git reset --hard HEADThose two will remove any local changes. The last one actually gets the new version.
git clean -f
git pull